Name | Type | Description | Notes |
---|---|---|---|
AccountIds | []int64 |
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
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
func (o *AccessGroupAccountIdsRequest) GetAccountIds() []int64
GetAccountIds returns the AccountIds field if non-nil, zero value otherwise.
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.
func (o *AccessGroupAccountIdsRequest) SetAccountIds(v []int64)
SetAccountIds sets AccountIds field to given value.