Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 3.56 KB

ServiceInstance.md

File metadata and controls

134 lines (73 loc) · 3.56 KB

ServiceInstance

Properties

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

Methods

NewServiceInstance

func NewServiceInstance() *ServiceInstance

NewServiceInstance instantiates a new ServiceInstance 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

NewServiceInstanceWithDefaults

func NewServiceInstanceWithDefaults() *ServiceInstance

NewServiceInstanceWithDefaults instantiates a new ServiceInstance 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

GetId

func (o *ServiceInstance) GetId() int64

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

func (o *ServiceInstance) GetIdOk() (*int64, bool)

GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetId

func (o *ServiceInstance) SetId(v int64)

SetId sets Id field to given value.

HasId

func (o *ServiceInstance) HasId() bool

HasId returns a boolean if a field has been set.

GetServiceId

func (o *ServiceInstance) GetServiceId() int64

GetServiceId returns the ServiceId field if non-nil, zero value otherwise.

GetServiceIdOk

func (o *ServiceInstance) 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.

SetServiceId

func (o *ServiceInstance) SetServiceId(v int64)

SetServiceId sets ServiceId field to given value.

HasServiceId

func (o *ServiceInstance) HasServiceId() bool

HasServiceId returns a boolean if a field has been set.

GetOrganizationId

func (o *ServiceInstance) GetOrganizationId() int64

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

GetOrganizationIdOk

func (o *ServiceInstance) 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 *ServiceInstance) SetOrganizationId(v int64)

SetOrganizationId sets OrganizationId field to given value.

HasOrganizationId

func (o *ServiceInstance) HasOrganizationId() bool

HasOrganizationId returns a boolean if a field has been set.

GetApiServerId

func (o *ServiceInstance) GetApiServerId() int64

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

GetApiServerIdOk

func (o *ServiceInstance) 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 *ServiceInstance) SetApiServerId(v int64)

SetApiServerId sets ApiServerId field to given value.

HasApiServerId

func (o *ServiceInstance) HasApiServerId() bool

HasApiServerId returns a boolean if a field has been set.

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