Skip to content

Latest commit

 

History

History
160 lines (87 loc) · 4.21 KB

File metadata and controls

160 lines (87 loc) · 4.21 KB

ResourceIDResponse

Properties

Name Type Description Notes
Kind Pointer to string [optional]
ProjectKey Pointer to string [optional]
EnvironmentKey Pointer to string [optional]
FlagKey Pointer to string [optional]
Key Pointer to string [optional]

Methods

NewResourceIDResponse

func NewResourceIDResponse() *ResourceIDResponse

NewResourceIDResponse instantiates a new ResourceIDResponse 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

NewResourceIDResponseWithDefaults

func NewResourceIDResponseWithDefaults() *ResourceIDResponse

NewResourceIDResponseWithDefaults instantiates a new ResourceIDResponse 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

GetKind

func (o *ResourceIDResponse) GetKind() string

GetKind returns the Kind field if non-nil, zero value otherwise.

GetKindOk

func (o *ResourceIDResponse) GetKindOk() (*string, bool)

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

SetKind

func (o *ResourceIDResponse) SetKind(v string)

SetKind sets Kind field to given value.

HasKind

func (o *ResourceIDResponse) HasKind() bool

HasKind returns a boolean if a field has been set.

GetProjectKey

func (o *ResourceIDResponse) GetProjectKey() string

GetProjectKey returns the ProjectKey field if non-nil, zero value otherwise.

GetProjectKeyOk

func (o *ResourceIDResponse) GetProjectKeyOk() (*string, bool)

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

SetProjectKey

func (o *ResourceIDResponse) SetProjectKey(v string)

SetProjectKey sets ProjectKey field to given value.

HasProjectKey

func (o *ResourceIDResponse) HasProjectKey() bool

HasProjectKey returns a boolean if a field has been set.

GetEnvironmentKey

func (o *ResourceIDResponse) GetEnvironmentKey() string

GetEnvironmentKey returns the EnvironmentKey field if non-nil, zero value otherwise.

GetEnvironmentKeyOk

func (o *ResourceIDResponse) GetEnvironmentKeyOk() (*string, bool)

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

SetEnvironmentKey

func (o *ResourceIDResponse) SetEnvironmentKey(v string)

SetEnvironmentKey sets EnvironmentKey field to given value.

HasEnvironmentKey

func (o *ResourceIDResponse) HasEnvironmentKey() bool

HasEnvironmentKey returns a boolean if a field has been set.

GetFlagKey

func (o *ResourceIDResponse) GetFlagKey() string

GetFlagKey returns the FlagKey field if non-nil, zero value otherwise.

GetFlagKeyOk

func (o *ResourceIDResponse) GetFlagKeyOk() (*string, bool)

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

SetFlagKey

func (o *ResourceIDResponse) SetFlagKey(v string)

SetFlagKey sets FlagKey field to given value.

HasFlagKey

func (o *ResourceIDResponse) HasFlagKey() bool

HasFlagKey returns a boolean if a field has been set.

GetKey

func (o *ResourceIDResponse) GetKey() string

GetKey returns the Key field if non-nil, zero value otherwise.

GetKeyOk

func (o *ResourceIDResponse) GetKeyOk() (*string, bool)

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

SetKey

func (o *ResourceIDResponse) SetKey(v string)

SetKey sets Key field to given value.

HasKey

func (o *ResourceIDResponse) HasKey() bool

HasKey returns a boolean if a field has been set.

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