Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.57 KB

IsoMetadata.md

File metadata and controls

56 lines (31 loc) · 1.57 KB

IsoMetadata

Properties

Name Type Description Notes
Source Pointer to IsoMetadataSource [optional]

Methods

NewIsoMetadata

func NewIsoMetadata() *IsoMetadata

NewIsoMetadata instantiates a new IsoMetadata 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

NewIsoMetadataWithDefaults

func NewIsoMetadataWithDefaults() *IsoMetadata

NewIsoMetadataWithDefaults instantiates a new IsoMetadata 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

GetSource

func (o *IsoMetadata) GetSource() IsoMetadataSource

GetSource returns the Source field if non-nil, zero value otherwise.

GetSourceOk

func (o *IsoMetadata) GetSourceOk() (*IsoMetadataSource, bool)

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

SetSource

func (o *IsoMetadata) SetSource(v IsoMetadataSource)

SetSource sets Source field to given value.

HasSource

func (o *IsoMetadata) HasSource() bool

HasSource returns a boolean if a field has been set.

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