View Source GoogleApi.Eventarc.V1.Model.GoogleCloudEventarcV1PipelineMessagePayloadFormatAvroFormat (google_api_eventarc v0.17.1)
The format of an AVRO message payload.
Attributes
-
schemaDefinition
(type:String.t
, default:nil
) - Optional. The entire schema definition is stored in this field.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Eventarc.V1.Model.GoogleCloudEventarcV1PipelineMessagePayloadFormatAvroFormat{ schemaDefinition: String.t() | nil }