Name | Type | Description | Notes |
---|---|---|---|
Database | Pointer to []GetUserGrants200ResponseDatabaseInner | The grants this User has for each Database that is owned by this Account. | [optional] |
Domain | Pointer to []GetUserGrants200ResponseDatabaseInner | The grants this User has for each Domain that is owned by this Account. | [optional] |
Firewall | Pointer to []GetUserGrants200ResponseDatabaseInner | The grants this User has for each Firewall that is owned by this Account. | [optional] |
Global | Pointer to GetUserGrants200ResponseGlobal | [optional] | |
Image | Pointer to []GetUserGrants200ResponseDatabaseInner | The grants this User has for each Image that is owned by this Account. | [optional] |
Linode | Pointer to []GetUserGrants200ResponseDatabaseInner | The grants this User has for each Linode that is owned by this Account. | [optional] |
Longview | Pointer to []GetUserGrants200ResponseDatabaseInner | The grants this User has for each Longview Client that is owned by this Account. | [optional] |
Nodebalancer | Pointer to []GetUserGrants200ResponseDatabaseInner | The grants this User has for each NodeBalancer that is owned by this Account. | [optional] |
PlacementGroup | Pointer to []GetUserGrants200ResponseDatabaseInner | The grants this User has for each Placement Group that is owned by this Account. | [optional] |
Stackscript | Pointer to []GetUserGrants200ResponseDatabaseInner | The grants this User has for each StackScript that is owned by this Account. | [optional] |
Volume | Pointer to []GetUserGrants200ResponseDatabaseInner | The grants this User has for each Block Storage Volume that is owned by this Account. | [optional] |
Vpc | Pointer to []GetUserGrants200ResponseDatabaseInner | The grants this User has for each VPC that is owned by this Account. | [optional] |
func NewGrantsResponse() *GrantsResponse
NewGrantsResponse instantiates a new GrantsResponse 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 NewGrantsResponseWithDefaults() *GrantsResponse
NewGrantsResponseWithDefaults instantiates a new GrantsResponse 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 *GrantsResponse) GetDatabase() []GetUserGrants200ResponseDatabaseInner
GetDatabase returns the Database field if non-nil, zero value otherwise.
func (o *GrantsResponse) GetDatabaseOk() (*[]GetUserGrants200ResponseDatabaseInner, bool)
GetDatabaseOk returns a tuple with the Database field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GrantsResponse) SetDatabase(v []GetUserGrants200ResponseDatabaseInner)
SetDatabase sets Database field to given value.
func (o *GrantsResponse) HasDatabase() bool
HasDatabase returns a boolean if a field has been set.
func (o *GrantsResponse) GetDomain() []GetUserGrants200ResponseDatabaseInner
GetDomain returns the Domain field if non-nil, zero value otherwise.
func (o *GrantsResponse) GetDomainOk() (*[]GetUserGrants200ResponseDatabaseInner, bool)
GetDomainOk returns a tuple with the Domain field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GrantsResponse) SetDomain(v []GetUserGrants200ResponseDatabaseInner)
SetDomain sets Domain field to given value.
func (o *GrantsResponse) HasDomain() bool
HasDomain returns a boolean if a field has been set.
func (o *GrantsResponse) GetFirewall() []GetUserGrants200ResponseDatabaseInner
GetFirewall returns the Firewall field if non-nil, zero value otherwise.
func (o *GrantsResponse) GetFirewallOk() (*[]GetUserGrants200ResponseDatabaseInner, bool)
GetFirewallOk returns a tuple with the Firewall field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GrantsResponse) SetFirewall(v []GetUserGrants200ResponseDatabaseInner)
SetFirewall sets Firewall field to given value.
func (o *GrantsResponse) HasFirewall() bool
HasFirewall returns a boolean if a field has been set.
func (o *GrantsResponse) GetGlobal() GetUserGrants200ResponseGlobal
GetGlobal returns the Global field if non-nil, zero value otherwise.
func (o *GrantsResponse) GetGlobalOk() (*GetUserGrants200ResponseGlobal, bool)
GetGlobalOk returns a tuple with the Global field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GrantsResponse) SetGlobal(v GetUserGrants200ResponseGlobal)
SetGlobal sets Global field to given value.
func (o *GrantsResponse) HasGlobal() bool
HasGlobal returns a boolean if a field has been set.
func (o *GrantsResponse) GetImage() []GetUserGrants200ResponseDatabaseInner
GetImage returns the Image field if non-nil, zero value otherwise.
func (o *GrantsResponse) GetImageOk() (*[]GetUserGrants200ResponseDatabaseInner, bool)
GetImageOk returns a tuple with the Image field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GrantsResponse) SetImage(v []GetUserGrants200ResponseDatabaseInner)
SetImage sets Image field to given value.
func (o *GrantsResponse) HasImage() bool
HasImage returns a boolean if a field has been set.
func (o *GrantsResponse) GetLinode() []GetUserGrants200ResponseDatabaseInner
GetLinode returns the Linode field if non-nil, zero value otherwise.
func (o *GrantsResponse) GetLinodeOk() (*[]GetUserGrants200ResponseDatabaseInner, bool)
GetLinodeOk returns a tuple with the Linode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GrantsResponse) SetLinode(v []GetUserGrants200ResponseDatabaseInner)
SetLinode sets Linode field to given value.
func (o *GrantsResponse) HasLinode() bool
HasLinode returns a boolean if a field has been set.
func (o *GrantsResponse) GetLongview() []GetUserGrants200ResponseDatabaseInner
GetLongview returns the Longview field if non-nil, zero value otherwise.
func (o *GrantsResponse) GetLongviewOk() (*[]GetUserGrants200ResponseDatabaseInner, bool)
GetLongviewOk returns a tuple with the Longview field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GrantsResponse) SetLongview(v []GetUserGrants200ResponseDatabaseInner)
SetLongview sets Longview field to given value.
func (o *GrantsResponse) HasLongview() bool
HasLongview returns a boolean if a field has been set.
func (o *GrantsResponse) GetNodebalancer() []GetUserGrants200ResponseDatabaseInner
GetNodebalancer returns the Nodebalancer field if non-nil, zero value otherwise.
func (o *GrantsResponse) GetNodebalancerOk() (*[]GetUserGrants200ResponseDatabaseInner, bool)
GetNodebalancerOk returns a tuple with the Nodebalancer field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GrantsResponse) SetNodebalancer(v []GetUserGrants200ResponseDatabaseInner)
SetNodebalancer sets Nodebalancer field to given value.
func (o *GrantsResponse) HasNodebalancer() bool
HasNodebalancer returns a boolean if a field has been set.
func (o *GrantsResponse) GetPlacementGroup() []GetUserGrants200ResponseDatabaseInner
GetPlacementGroup returns the PlacementGroup field if non-nil, zero value otherwise.
func (o *GrantsResponse) GetPlacementGroupOk() (*[]GetUserGrants200ResponseDatabaseInner, bool)
GetPlacementGroupOk returns a tuple with the PlacementGroup field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GrantsResponse) SetPlacementGroup(v []GetUserGrants200ResponseDatabaseInner)
SetPlacementGroup sets PlacementGroup field to given value.
func (o *GrantsResponse) HasPlacementGroup() bool
HasPlacementGroup returns a boolean if a field has been set.
func (o *GrantsResponse) GetStackscript() []GetUserGrants200ResponseDatabaseInner
GetStackscript returns the Stackscript field if non-nil, zero value otherwise.
func (o *GrantsResponse) GetStackscriptOk() (*[]GetUserGrants200ResponseDatabaseInner, bool)
GetStackscriptOk returns a tuple with the Stackscript field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GrantsResponse) SetStackscript(v []GetUserGrants200ResponseDatabaseInner)
SetStackscript sets Stackscript field to given value.
func (o *GrantsResponse) HasStackscript() bool
HasStackscript returns a boolean if a field has been set.
func (o *GrantsResponse) GetVolume() []GetUserGrants200ResponseDatabaseInner
GetVolume returns the Volume field if non-nil, zero value otherwise.
func (o *GrantsResponse) GetVolumeOk() (*[]GetUserGrants200ResponseDatabaseInner, bool)
GetVolumeOk returns a tuple with the Volume field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GrantsResponse) SetVolume(v []GetUserGrants200ResponseDatabaseInner)
SetVolume sets Volume field to given value.
func (o *GrantsResponse) HasVolume() bool
HasVolume returns a boolean if a field has been set.
func (o *GrantsResponse) GetVpc() []GetUserGrants200ResponseDatabaseInner
GetVpc returns the Vpc field if non-nil, zero value otherwise.
func (o *GrantsResponse) GetVpcOk() (*[]GetUserGrants200ResponseDatabaseInner, bool)
GetVpcOk returns a tuple with the Vpc field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GrantsResponse) SetVpc(v []GetUserGrants200ResponseDatabaseInner)
SetVpc sets Vpc field to given value.
func (o *GrantsResponse) HasVpc() bool
HasVpc returns a boolean if a field has been set.