Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.58 KB

File metadata and controls

56 lines (31 loc) · 1.58 KB

MessageMetadata

Properties

Name Type Description Notes
Schema Pointer to MetaData [optional]

Methods

NewMessageMetadata

func NewMessageMetadata() *MessageMetadata

NewMessageMetadata instantiates a new MessageMetadata 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

NewMessageMetadataWithDefaults

func NewMessageMetadataWithDefaults() *MessageMetadata

NewMessageMetadataWithDefaults instantiates a new MessageMetadata 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

GetSchema

func (o *MessageMetadata) GetSchema() MetaData

GetSchema returns the Schema field if non-nil, zero value otherwise.

GetSchemaOk

func (o *MessageMetadata) GetSchemaOk() (*MetaData, bool)

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

SetSchema

func (o *MessageMetadata) SetSchema(v MetaData)

SetSchema sets Schema field to given value.

HasSchema

func (o *MessageMetadata) HasSchema() bool

HasSchema returns a boolean if a field has been set.

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