GoogleApi.RapidMigrationAssessment.V1.Model.Annotation (google_api_rapid_migration_assessment v0.4.0)

View Source

Message describing an Annotation

Attributes

  • createTime (type: DateTime.t, default: nil) - Output only. Create time stamp.
  • labels (type: map(), default: nil) - Labels as key value pairs.
  • name (type: String.t, default: nil) - name of resource.
  • type (type: String.t, default: nil) - Type of an annotation.
  • updateTime (type: DateTime.t, default: nil) - Output only. Update time stamp.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.RapidMigrationAssessment.V1.Model.Annotation{
  createTime: DateTime.t() | nil,
  labels: map() | nil,
  name: String.t() | nil,
  type: String.t() | nil,
  updateTime: DateTime.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.