GoogleApi.RapidMigrationAssessment.V1.Model.Annotation (google_api_rapid_migration_assessment v0.4.0)
View SourceMessage 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
@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 }