NetworkIdentifierSubNetworkIdentifierMetadata

July 14, 2024 ยท View on GitHub

Properties

NameTypeDescriptionNotes
Producerstringproducer

Methods

NewNetworkIdentifierSubNetworkIdentifierMetadata

func NewNetworkIdentifierSubNetworkIdentifierMetadata(producer string, ) *NetworkIdentifierSubNetworkIdentifierMetadata

NewNetworkIdentifierSubNetworkIdentifierMetadata instantiates a new NetworkIdentifierSubNetworkIdentifierMetadata 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

NewNetworkIdentifierSubNetworkIdentifierMetadataWithDefaults

func NewNetworkIdentifierSubNetworkIdentifierMetadataWithDefaults() *NetworkIdentifierSubNetworkIdentifierMetadata

NewNetworkIdentifierSubNetworkIdentifierMetadataWithDefaults instantiates a new NetworkIdentifierSubNetworkIdentifierMetadata 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

GetProducer

func (o *NetworkIdentifierSubNetworkIdentifierMetadata) GetProducer() string

GetProducer returns the Producer field if non-nil, zero value otherwise.

GetProducerOk

func (o *NetworkIdentifierSubNetworkIdentifierMetadata) GetProducerOk() (*string, bool)

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

SetProducer

func (o *NetworkIdentifierSubNetworkIdentifierMetadata) SetProducer(v string)

SetProducer sets Producer field to given value.

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