Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.6 KB

TargetGroupIdOpts.md

File metadata and controls

51 lines (28 loc) · 1.6 KB

TargetGroupIdOpts

Properties

Name Type Description Notes
TargetGroupId string The target group unique identifier

Methods

NewTargetGroupIdOpts

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

NewTargetGroupIdOptsWithDefaults

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

GetTargetGroupId

func (o *TargetGroupIdOpts) GetTargetGroupId() string

GetTargetGroupId returns the TargetGroupId field if non-nil, zero value otherwise.

GetTargetGroupIdOk

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.

SetTargetGroupId

func (o *TargetGroupIdOpts) SetTargetGroupId(v string)

SetTargetGroupId sets TargetGroupId field to given value.

[Back to Model list] [Back to API list] [Back to README]