Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.68 KB

AccessGroupAccountIdsRequest.md

File metadata and controls

51 lines (28 loc) · 1.68 KB

AccessGroupAccountIdsRequest

Properties

Name Type Description Notes
AccountIds []int64

Methods

NewAccessGroupAccountIdsRequest

func NewAccessGroupAccountIdsRequest(accountIds []int64, ) *AccessGroupAccountIdsRequest

NewAccessGroupAccountIdsRequest instantiates a new AccessGroupAccountIdsRequest 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

NewAccessGroupAccountIdsRequestWithDefaults

func NewAccessGroupAccountIdsRequestWithDefaults() *AccessGroupAccountIdsRequest

NewAccessGroupAccountIdsRequestWithDefaults instantiates a new AccessGroupAccountIdsRequest 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

GetAccountIds

func (o *AccessGroupAccountIdsRequest) GetAccountIds() []int64

GetAccountIds returns the AccountIds field if non-nil, zero value otherwise.

GetAccountIdsOk

func (o *AccessGroupAccountIdsRequest) GetAccountIdsOk() (*[]int64, bool)

GetAccountIdsOk returns a tuple with the AccountIds field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetAccountIds

func (o *AccessGroupAccountIdsRequest) SetAccountIds(v []int64)

SetAccountIds sets AccountIds field to given value.

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