Name | Type | Description | Notes |
---|---|---|---|
ApiServerId | int64 | ||
OrganizationId | int64 | ||
UserId | int64 | ||
ServiceId | int64 | ||
ClientId | int64 |
func NewRemoveClientPrivilegesRequest(apiServerId int64, organizationId int64, userId int64, serviceId int64, clientId int64, ) *RemoveClientPrivilegesRequest
NewRemoveClientPrivilegesRequest instantiates a new RemoveClientPrivilegesRequest 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 NewRemoveClientPrivilegesRequestWithDefaults() *RemoveClientPrivilegesRequest
NewRemoveClientPrivilegesRequestWithDefaults instantiates a new RemoveClientPrivilegesRequest 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 *RemoveClientPrivilegesRequest) GetApiServerId() int64
GetApiServerId returns the ApiServerId field if non-nil, zero value otherwise.
func (o *RemoveClientPrivilegesRequest) 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 *RemoveClientPrivilegesRequest) SetApiServerId(v int64)
SetApiServerId sets ApiServerId field to given value.
func (o *RemoveClientPrivilegesRequest) GetOrganizationId() int64
GetOrganizationId returns the OrganizationId field if non-nil, zero value otherwise.
func (o *RemoveClientPrivilegesRequest) 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 *RemoveClientPrivilegesRequest) SetOrganizationId(v int64)
SetOrganizationId sets OrganizationId field to given value.
func (o *RemoveClientPrivilegesRequest) GetUserId() int64
GetUserId returns the UserId field if non-nil, zero value otherwise.
func (o *RemoveClientPrivilegesRequest) 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 *RemoveClientPrivilegesRequest) SetUserId(v int64)
SetUserId sets UserId field to given value.
func (o *RemoveClientPrivilegesRequest) GetServiceId() int64
GetServiceId returns the ServiceId field if non-nil, zero value otherwise.
func (o *RemoveClientPrivilegesRequest) GetServiceIdOk() (*int64, bool)
GetServiceIdOk returns a tuple with the ServiceId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RemoveClientPrivilegesRequest) SetServiceId(v int64)
SetServiceId sets ServiceId field to given value.
func (o *RemoveClientPrivilegesRequest) GetClientId() int64
GetClientId returns the ClientId field if non-nil, zero value otherwise.
func (o *RemoveClientPrivilegesRequest) GetClientIdOk() (*int64, bool)
GetClientIdOk returns a tuple with the ClientId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RemoveClientPrivilegesRequest) SetClientId(v int64)
SetClientId sets ClientId field to given value.