GoogleApi.VMMigration.V1.Model.TargetProject (google_api_vm_migration v0.11.0)
View SourceTargetProject 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) - Output only. The name of the target project. -
project(type:String.t, default:nil) - Required. 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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type 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 }