Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to int32 | [optional] | |
Name | Pointer to NullableString | [optional] | |
Fields | Pointer to []Field | [optional] | |
ImplementationName | Pointer to NullableString | [optional] | |
Implementation | Pointer to NullableString | [optional] | |
ConfigContract | Pointer to NullableString | [optional] | |
InfoLink | Pointer to NullableString | [optional] | |
Message | Pointer to ProviderMessage | [optional] | |
Tags | Pointer to []int32 | [optional] | |
Presets | Pointer to []MetadataResource | [optional] | |
Enable | Pointer to bool | [optional] |
func NewMetadataResource() *MetadataResource
NewMetadataResource instantiates a new MetadataResource 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
func NewMetadataResourceWithDefaults() *MetadataResource
NewMetadataResourceWithDefaults instantiates a new MetadataResource 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
func (o *MetadataResource) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *MetadataResource) GetIdOk() (*int32, 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.
func (o *MetadataResource) SetId(v int32)
SetId sets Id field to given value.
func (o *MetadataResource) HasId() bool
HasId returns a boolean if a field has been set.
func (o *MetadataResource) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *MetadataResource) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MetadataResource) SetName(v string)
SetName sets Name field to given value.
func (o *MetadataResource) HasName() bool
HasName returns a boolean if a field has been set.
func (o *MetadataResource) SetNameNil(b bool)
SetNameNil sets the value for Name to be an explicit nil
func (o *MetadataResource) UnsetName()
UnsetName ensures that no value is present for Name, not even an explicit nil
func (o *MetadataResource) GetFields() []Field
GetFields returns the Fields field if non-nil, zero value otherwise.
func (o *MetadataResource) GetFieldsOk() (*[]Field, bool)
GetFieldsOk returns a tuple with the Fields field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MetadataResource) SetFields(v []Field)
SetFields sets Fields field to given value.
func (o *MetadataResource) HasFields() bool
HasFields returns a boolean if a field has been set.
func (o *MetadataResource) SetFieldsNil(b bool)
SetFieldsNil sets the value for Fields to be an explicit nil
func (o *MetadataResource) UnsetFields()
UnsetFields ensures that no value is present for Fields, not even an explicit nil
func (o *MetadataResource) GetImplementationName() string
GetImplementationName returns the ImplementationName field if non-nil, zero value otherwise.
func (o *MetadataResource) GetImplementationNameOk() (*string, bool)
GetImplementationNameOk returns a tuple with the ImplementationName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MetadataResource) SetImplementationName(v string)
SetImplementationName sets ImplementationName field to given value.
func (o *MetadataResource) HasImplementationName() bool
HasImplementationName returns a boolean if a field has been set.
func (o *MetadataResource) SetImplementationNameNil(b bool)
SetImplementationNameNil sets the value for ImplementationName to be an explicit nil
func (o *MetadataResource) UnsetImplementationName()
UnsetImplementationName ensures that no value is present for ImplementationName, not even an explicit nil
func (o *MetadataResource) GetImplementation() string
GetImplementation returns the Implementation field if non-nil, zero value otherwise.
func (o *MetadataResource) GetImplementationOk() (*string, bool)
GetImplementationOk returns a tuple with the Implementation field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MetadataResource) SetImplementation(v string)
SetImplementation sets Implementation field to given value.
func (o *MetadataResource) HasImplementation() bool
HasImplementation returns a boolean if a field has been set.
func (o *MetadataResource) SetImplementationNil(b bool)
SetImplementationNil sets the value for Implementation to be an explicit nil
func (o *MetadataResource) UnsetImplementation()
UnsetImplementation ensures that no value is present for Implementation, not even an explicit nil
func (o *MetadataResource) GetConfigContract() string
GetConfigContract returns the ConfigContract field if non-nil, zero value otherwise.
func (o *MetadataResource) GetConfigContractOk() (*string, bool)
GetConfigContractOk returns a tuple with the ConfigContract field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MetadataResource) SetConfigContract(v string)
SetConfigContract sets ConfigContract field to given value.
func (o *MetadataResource) HasConfigContract() bool
HasConfigContract returns a boolean if a field has been set.
func (o *MetadataResource) SetConfigContractNil(b bool)
SetConfigContractNil sets the value for ConfigContract to be an explicit nil
func (o *MetadataResource) UnsetConfigContract()
UnsetConfigContract ensures that no value is present for ConfigContract, not even an explicit nil
func (o *MetadataResource) GetInfoLink() string
GetInfoLink returns the InfoLink field if non-nil, zero value otherwise.
func (o *MetadataResource) GetInfoLinkOk() (*string, bool)
GetInfoLinkOk returns a tuple with the InfoLink field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MetadataResource) SetInfoLink(v string)
SetInfoLink sets InfoLink field to given value.
func (o *MetadataResource) HasInfoLink() bool
HasInfoLink returns a boolean if a field has been set.
func (o *MetadataResource) SetInfoLinkNil(b bool)
SetInfoLinkNil sets the value for InfoLink to be an explicit nil
func (o *MetadataResource) UnsetInfoLink()
UnsetInfoLink ensures that no value is present for InfoLink, not even an explicit nil
func (o *MetadataResource) GetMessage() ProviderMessage
GetMessage returns the Message field if non-nil, zero value otherwise.
func (o *MetadataResource) GetMessageOk() (*ProviderMessage, bool)
GetMessageOk returns a tuple with the Message field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MetadataResource) SetMessage(v ProviderMessage)
SetMessage sets Message field to given value.
func (o *MetadataResource) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (o *MetadataResource) GetTags() []int32
GetTags returns the Tags field if non-nil, zero value otherwise.
func (o *MetadataResource) GetTagsOk() (*[]int32, bool)
GetTagsOk returns a tuple with the Tags field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MetadataResource) SetTags(v []int32)
SetTags sets Tags field to given value.
func (o *MetadataResource) HasTags() bool
HasTags returns a boolean if a field has been set.
func (o *MetadataResource) SetTagsNil(b bool)
SetTagsNil sets the value for Tags to be an explicit nil
func (o *MetadataResource) UnsetTags()
UnsetTags ensures that no value is present for Tags, not even an explicit nil
func (o *MetadataResource) GetPresets() []MetadataResource
GetPresets returns the Presets field if non-nil, zero value otherwise.
func (o *MetadataResource) GetPresetsOk() (*[]MetadataResource, bool)
GetPresetsOk returns a tuple with the Presets field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MetadataResource) SetPresets(v []MetadataResource)
SetPresets sets Presets field to given value.
func (o *MetadataResource) HasPresets() bool
HasPresets returns a boolean if a field has been set.
func (o *MetadataResource) SetPresetsNil(b bool)
SetPresetsNil sets the value for Presets to be an explicit nil
func (o *MetadataResource) UnsetPresets()
UnsetPresets ensures that no value is present for Presets, not even an explicit nil
func (o *MetadataResource) GetEnable() bool
GetEnable returns the Enable field if non-nil, zero value otherwise.
func (o *MetadataResource) GetEnableOk() (*bool, bool)
GetEnableOk returns a tuple with the Enable field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MetadataResource) SetEnable(v bool)
SetEnable sets Enable field to given value.
func (o *MetadataResource) HasEnable() bool
HasEnable returns a boolean if a field has been set.