GoogleApi.VMMigration.V1.Model.Group (google_api_vm_migration v0.3.0) View Source
Describes message for 'Group' resource. The Group is a collections of several MigratingVms.
Attributes
-
createTime(type:DateTime.t, default:nil) - Output only. The create time timestamp. -
description(type:String.t, default:nil) - User-provided description of the group. -
displayName(type:String.t, default:nil) - Display name is a user defined name for this group which can be updated. -
name(type:String.t, default:nil) - The Group name. -
updateTime(type:DateTime.t, default:nil) - Output only. The update time timestamp.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.VMMigration.V1.Model.Group{
createTime: DateTime.t() | nil,
description: String.t() | nil,
displayName: String.t() | nil,
name: String.t() | nil,
updateTime: DateTime.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.