View Source GoogleApi.MigrationCenter.V1.Model.Group (google_api_migration_center v0.5.0)
A resource that represents an asset group. The purpose of an asset group is to bundle a set of assets that have something in common, while allowing users to add annotations to the group. An asset can belong to multiple groups.
Attributes
-
createTime
(type:DateTime.t
, default:nil
) - Output only. The timestamp when the group was created. -
description
(type:String.t
, default:nil
) - Optional. The description of the group. -
displayName
(type:String.t
, default:nil
) - Optional. User-friendly display name. -
labels
(type:map()
, default:nil
) - Labels as key value pairs. -
name
(type:String.t
, default:nil
) - Output only. The name of the group. -
updateTime
(type:DateTime.t
, default:nil
) - Output only. The timestamp when the group was last updated.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.MigrationCenter.V1.Model.Group{ createTime: DateTime.t() | nil, description: String.t() | nil, displayName: String.t() | nil, labels: map() | nil, name: String.t() | nil, updateTime: DateTime.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.