Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 2.32 KB

MetadataVariableSourceDefinitionAllOf.md

File metadata and controls

72 lines (39 loc) · 2.32 KB

MetadataVariableSourceDefinitionAllOf

Properties

Name Type Description Notes
Filter string Filter to search the catalog.
Key string Return the values for this given key.

Methods

NewMetadataVariableSourceDefinitionAllOf

func NewMetadataVariableSourceDefinitionAllOf(filter string, key string, ) *MetadataVariableSourceDefinitionAllOf

NewMetadataVariableSourceDefinitionAllOf instantiates a new MetadataVariableSourceDefinitionAllOf 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

NewMetadataVariableSourceDefinitionAllOfWithDefaults

func NewMetadataVariableSourceDefinitionAllOfWithDefaults() *MetadataVariableSourceDefinitionAllOf

NewMetadataVariableSourceDefinitionAllOfWithDefaults instantiates a new MetadataVariableSourceDefinitionAllOf 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

GetFilter

func (o *MetadataVariableSourceDefinitionAllOf) GetFilter() string

GetFilter returns the Filter field if non-nil, zero value otherwise.

GetFilterOk

func (o *MetadataVariableSourceDefinitionAllOf) GetFilterOk() (*string, bool)

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

SetFilter

func (o *MetadataVariableSourceDefinitionAllOf) SetFilter(v string)

SetFilter sets Filter field to given value.

GetKey

func (o *MetadataVariableSourceDefinitionAllOf) GetKey() string

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

GetKeyOk

func (o *MetadataVariableSourceDefinitionAllOf) 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 *MetadataVariableSourceDefinitionAllOf) SetKey(v string)

SetKey sets Key field to given value.

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