google_api_docs v0.3.0 GoogleApi.Docs.V1.Model.List View Source

A List represents the list attributes for a group of paragraphs that all belong to the same list. A paragraph that is part of a list has a reference to the list's ID in its bullet.

Attributes

  • listProperties (type: GoogleApi.Docs.V1.Model.ListProperties.t, default: nil) - The properties of the list.
  • suggestedDeletionIds (type: list(String.t), default: nil) - The suggested deletion IDs. If empty, then there are no suggested deletions of this list.
  • suggestedInsertionId (type: String.t, default: nil) - The suggested insertion ID. If empty, then this is not a suggested insertion.
  • suggestedListPropertiesChanges (type: %{optional(String.t) => GoogleApi.Docs.V1.Model.SuggestedListProperties.t}, default: nil) - The suggested changes to the list properties, keyed by suggestion ID.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.Docs.V1.Model.List{
  listProperties: GoogleApi.Docs.V1.Model.ListProperties.t(),
  suggestedDeletionIds: [String.t()],
  suggestedInsertionId: String.t(),
  suggestedListPropertiesChanges: %{
    optional(String.t()) => GoogleApi.Docs.V1.Model.SuggestedListProperties.t()
  }
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.