Skip to content

Latest commit

 

History

History
160 lines (87 loc) · 4.39 KB

KsearchRegionalDeployment.md

File metadata and controls

160 lines (87 loc) · 4.39 KB

KsearchRegionalDeployment

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]
Region Pointer to string [optional]

Methods

NewKsearchRegionalDeployment

func NewKsearchRegionalDeployment() *KsearchRegionalDeployment

NewKsearchRegionalDeployment instantiates a new KsearchRegionalDeployment 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

NewKsearchRegionalDeploymentWithDefaults

func NewKsearchRegionalDeploymentWithDefaults() *KsearchRegionalDeployment

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

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

GetIdOk

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

SetId sets Id field to given value.

HasId

func (o *KsearchRegionalDeployment) HasId() bool

HasId returns a boolean if a field has been set.

GetOrganizationId

func (o *KsearchRegionalDeployment) GetOrganizationId() string

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

GetOrganizationIdOk

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

SetOrganizationId sets OrganizationId field to given value.

HasOrganizationId

func (o *KsearchRegionalDeployment) HasOrganizationId() bool

HasOrganizationId returns a boolean if a field has been set.

GetAppId

func (o *KsearchRegionalDeployment) GetAppId() string

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

GetAppIdOk

func (o *KsearchRegionalDeployment) 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 *KsearchRegionalDeployment) SetAppId(v string)

SetAppId sets AppId field to given value.

HasAppId

func (o *KsearchRegionalDeployment) HasAppId() bool

HasAppId returns a boolean if a field has been set.

GetServiceId

func (o *KsearchRegionalDeployment) GetServiceId() string

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

GetServiceIdOk

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

SetServiceId sets ServiceId field to given value.

HasServiceId

func (o *KsearchRegionalDeployment) HasServiceId() bool

HasServiceId returns a boolean if a field has been set.

GetRegion

func (o *KsearchRegionalDeployment) GetRegion() string

GetRegion returns the Region field if non-nil, zero value otherwise.

GetRegionOk

func (o *KsearchRegionalDeployment) GetRegionOk() (*string, bool)

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

SetRegion

func (o *KsearchRegionalDeployment) SetRegion(v string)

SetRegion sets Region field to given value.

HasRegion

func (o *KsearchRegionalDeployment) HasRegion() bool

HasRegion returns a boolean if a field has been set.

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