View Source GoogleApi.MigrationCenter.V1.Model.Report (google_api_migration_center v0.5.0)

Report represents a point-in-time rendering of the ReportConfig results.

Attributes

  • createTime (type: DateTime.t, default: nil) - Output only. Creation timestamp.
  • description (type: String.t, default: nil) - Free-text description.
  • displayName (type: String.t, default: nil) - User-friendly display name. Maximum length is 63 characters.
  • name (type: String.t, default: nil) - Output only. Name of resource.
  • state (type: String.t, default: nil) - Report creation state.
  • summary (type: GoogleApi.MigrationCenter.V1.Model.ReportSummary.t, default: nil) - Output only. Summary view of the Report.
  • type (type: String.t, default: nil) - Report type.
  • updateTime (type: DateTime.t, default: nil) - Output only. Last update timestamp.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.MigrationCenter.V1.Model.Report{
  createTime: DateTime.t() | nil,
  description: String.t() | nil,
  displayName: String.t() | nil,
  name: String.t() | nil,
  state: String.t() | nil,
  summary: GoogleApi.MigrationCenter.V1.Model.ReportSummary.t() | nil,
  type: String.t() | nil,
  updateTime: DateTime.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.