View Source GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1alphaProject (google_api_discovery_engine v0.27.0)
Metadata and configurations for a Google Cloud project in the service.
Attributes
-
createTime
(type:DateTime.t
, default:nil
) - Output only. The timestamp when this project is created. -
name
(type:String.t
, default:nil
) - Output only. Full resource name of the project, for exampleprojects/{project}
. Note that when making requests, project number and project id are both acceptable, but the server will always respond in project number. -
provisionCompletionTime
(type:DateTime.t
, default:nil
) - Output only. The timestamp when this project is successfully provisioned. Empty value means this project is still provisioning and is not ready for use. -
serviceTermsMap
(type:%{optional(String.t) => GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1alphaProjectServiceTerms.t}
, default:nil
) - Output only. A map of terms of services. The key is theid
of ServiceTerms.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1alphaProject{ createTime: DateTime.t() | nil, name: String.t() | nil, provisionCompletionTime: DateTime.t() | nil, serviceTermsMap: %{ optional(String.t()) => GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1alphaProjectServiceTerms.t() } | nil }