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

View Source

Properties specific to a RichLink.

Attributes

  • mimeType (type: String.t, default: nil) - Output only. The MIME type of the RichLink, if there's one (for example, when it's a file in Drive).
  • title (type: String.t, default: nil) - Output only. The title of the RichLink as displayed in the link. This title matches the title of the linked resource at the time of the insertion or last update of the link. This field is always present.
  • uri (type: String.t, default: nil) - Output only. The URI to the RichLink. This is always present.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Docs.V1.Model.RichLinkProperties{
  mimeType: String.t() | nil,
  title: String.t() | nil,
  uri: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.