GoogleApi.VMMigration.V1.Model.TargetProject (google_api_vm_migration v0.3.0) View Source
TargetProject message represents a target Compute Engine project for a migration or a clone.
Attributes
-
createTime(type:DateTime.t, default:nil) - Output only. The time this target project resource was created (not related to when the Compute Engine project it points to was created). -
description(type:String.t, default:nil) - The target project's description. -
name(type:String.t, default:nil) - The name of the target project. -
project(type:String.t, default:nil) - The target project ID (number) or project name. -
updateTime(type:DateTime.t, default:nil) - Output only. The last time the target project resource was updated.
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.TargetProject{
createTime: DateTime.t() | nil,
description: String.t() | nil,
name: String.t() | nil,
project: String.t() | nil,
updateTime: DateTime.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.