Skip to content

Latest commit

 

History

History
160 lines (87 loc) · 4.18 KB

KsearchInstance.md

File metadata and controls

160 lines (87 loc) · 4.18 KB

KsearchInstance

Properties

Name Type Description Notes
Id Pointer to string [optional]
OrganizationId Pointer to string [optional]
AppId Pointer to string [optional]
ServiceId Pointer to string [optional]
AllocationId Pointer to string [optional]

Methods

NewKsearchInstance

func NewKsearchInstance() *KsearchInstance

NewKsearchInstance instantiates a new KsearchInstance 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

NewKsearchInstanceWithDefaults

func NewKsearchInstanceWithDefaults() *KsearchInstance

NewKsearchInstanceWithDefaults instantiates a new KsearchInstance 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 *KsearchInstance) GetId() string

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

GetIdOk

func (o *KsearchInstance) GetIdOk() (*string, 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 *KsearchInstance) SetId(v string)

SetId sets Id field to given value.

HasId

func (o *KsearchInstance) HasId() bool

HasId returns a boolean if a field has been set.

GetOrganizationId

func (o *KsearchInstance) GetOrganizationId() string

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

GetOrganizationIdOk

func (o *KsearchInstance) GetOrganizationIdOk() (*string, 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 *KsearchInstance) SetOrganizationId(v string)

SetOrganizationId sets OrganizationId field to given value.

HasOrganizationId

func (o *KsearchInstance) HasOrganizationId() bool

HasOrganizationId returns a boolean if a field has been set.

GetAppId

func (o *KsearchInstance) GetAppId() string

GetAppId returns the AppId field if non-nil, zero value otherwise.

GetAppIdOk

func (o *KsearchInstance) GetAppIdOk() (*string, bool)

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

SetAppId

func (o *KsearchInstance) SetAppId(v string)

SetAppId sets AppId field to given value.

HasAppId

func (o *KsearchInstance) HasAppId() bool

HasAppId returns a boolean if a field has been set.

GetServiceId

func (o *KsearchInstance) GetServiceId() string

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

GetServiceIdOk

func (o *KsearchInstance) GetServiceIdOk() (*string, 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 *KsearchInstance) SetServiceId(v string)

SetServiceId sets ServiceId field to given value.

HasServiceId

func (o *KsearchInstance) HasServiceId() bool

HasServiceId returns a boolean if a field has been set.

GetAllocationId

func (o *KsearchInstance) GetAllocationId() string

GetAllocationId returns the AllocationId field if non-nil, zero value otherwise.

GetAllocationIdOk

func (o *KsearchInstance) GetAllocationIdOk() (*string, bool)

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

SetAllocationId

func (o *KsearchInstance) SetAllocationId(v string)

SetAllocationId sets AllocationId field to given value.

HasAllocationId

func (o *KsearchInstance) HasAllocationId() bool

HasAllocationId returns a boolean if a field has been set.

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