Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.35 KB

RemoveApiServerPrivilegesRequest.md

File metadata and controls

108 lines (59 loc) · 3.35 KB

RemoveApiServerPrivilegesRequest

Properties

Name Type Description Notes
ApiServerId Pointer to int64 [optional]
OrganizationId Pointer to int64 [optional]
UserId Pointer to int64 [optional]

Methods

NewRemoveApiServerPrivilegesRequest

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

NewRemoveApiServerPrivilegesRequestWithDefaults

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

GetApiServerId

func (o *RemoveApiServerPrivilegesRequest) GetApiServerId() int64

GetApiServerId returns the ApiServerId field if non-nil, zero value otherwise.

GetApiServerIdOk

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.

SetApiServerId

func (o *RemoveApiServerPrivilegesRequest) SetApiServerId(v int64)

SetApiServerId sets ApiServerId field to given value.

HasApiServerId

func (o *RemoveApiServerPrivilegesRequest) HasApiServerId() bool

HasApiServerId returns a boolean if a field has been set.

GetOrganizationId

func (o *RemoveApiServerPrivilegesRequest) GetOrganizationId() int64

GetOrganizationId returns the OrganizationId field if non-nil, zero value otherwise.

GetOrganizationIdOk

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.

SetOrganizationId

func (o *RemoveApiServerPrivilegesRequest) SetOrganizationId(v int64)

SetOrganizationId sets OrganizationId field to given value.

HasOrganizationId

func (o *RemoveApiServerPrivilegesRequest) HasOrganizationId() bool

HasOrganizationId returns a boolean if a field has been set.

GetUserId

func (o *RemoveApiServerPrivilegesRequest) GetUserId() int64

GetUserId returns the UserId field if non-nil, zero value otherwise.

GetUserIdOk

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.

SetUserId

func (o *RemoveApiServerPrivilegesRequest) SetUserId(v int64)

SetUserId sets UserId field to given value.

HasUserId

func (o *RemoveApiServerPrivilegesRequest) HasUserId() bool

HasUserId returns a boolean if a field has been set.

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