Name | Type | Description | Notes |
---|---|---|---|
TargetGroupId | string | The target group unique identifier |
func NewTargetGroupIdOpts(targetGroupId string, ) *TargetGroupIdOpts
NewTargetGroupIdOpts instantiates a new TargetGroupIdOpts object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewTargetGroupIdOptsWithDefaults() *TargetGroupIdOpts
NewTargetGroupIdOptsWithDefaults instantiates a new TargetGroupIdOpts object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *TargetGroupIdOpts) GetTargetGroupId() string
GetTargetGroupId returns the TargetGroupId field if non-nil, zero value otherwise.
func (o *TargetGroupIdOpts) GetTargetGroupIdOk() (*string, bool)
GetTargetGroupIdOk returns a tuple with the TargetGroupId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TargetGroupIdOpts) SetTargetGroupId(v string)
SetTargetGroupId sets TargetGroupId field to given value.