GoogleApi.Docs.V1.Model.InlineObjectProperties (google_api_docs v0.18.0)

View Source

Properties of an InlineObject.

Attributes

  • embeddedObject (type: GoogleApi.Docs.V1.Model.EmbeddedObject.t, default: nil) - The embedded object of this inline object.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Docs.V1.Model.InlineObjectProperties{
  embeddedObject: GoogleApi.Docs.V1.Model.EmbeddedObject.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.