Name | Type | Description | Notes |
---|---|---|---|
ApiServerId | Pointer to int64 | [optional] | |
OrganizationId | Pointer to int64 | [optional] | |
UserId | Pointer to int64 | [optional] |
func NewRemoveApiServerPrivilegesRequest() *RemoveApiServerPrivilegesRequest
NewRemoveApiServerPrivilegesRequest instantiates a new RemoveApiServerPrivilegesRequest 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 NewRemoveApiServerPrivilegesRequestWithDefaults() *RemoveApiServerPrivilegesRequest
NewRemoveApiServerPrivilegesRequestWithDefaults instantiates a new RemoveApiServerPrivilegesRequest 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 *RemoveApiServerPrivilegesRequest) GetApiServerId() int64
GetApiServerId returns the ApiServerId field if non-nil, zero value otherwise.
func (o *RemoveApiServerPrivilegesRequest) GetApiServerIdOk() (*int64, bool)
GetApiServerIdOk returns a tuple with the ApiServerId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RemoveApiServerPrivilegesRequest) SetApiServerId(v int64)
SetApiServerId sets ApiServerId field to given value.
func (o *RemoveApiServerPrivilegesRequest) HasApiServerId() bool
HasApiServerId returns a boolean if a field has been set.
func (o *RemoveApiServerPrivilegesRequest) GetOrganizationId() int64
GetOrganizationId returns the OrganizationId field if non-nil, zero value otherwise.
func (o *RemoveApiServerPrivilegesRequest) GetOrganizationIdOk() (*int64, bool)
GetOrganizationIdOk returns a tuple with the OrganizationId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RemoveApiServerPrivilegesRequest) SetOrganizationId(v int64)
SetOrganizationId sets OrganizationId field to given value.
func (o *RemoveApiServerPrivilegesRequest) HasOrganizationId() bool
HasOrganizationId returns a boolean if a field has been set.
func (o *RemoveApiServerPrivilegesRequest) GetUserId() int64
GetUserId returns the UserId field if non-nil, zero value otherwise.
func (o *RemoveApiServerPrivilegesRequest) GetUserIdOk() (*int64, bool)
GetUserIdOk returns a tuple with the UserId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RemoveApiServerPrivilegesRequest) SetUserId(v int64)
SetUserId sets UserId field to given value.
func (o *RemoveApiServerPrivilegesRequest) HasUserId() bool
HasUserId returns a boolean if a field has been set.