View Source GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1ProvisionProjectRequest (google_api_discovery_engine v0.16.0)

Request for ProjectService.ProvisionProject method.

Attributes

  • acceptDataUseTerms (type: boolean(), default: nil) - Required. Set to true to specify that caller has read and would like to give consent to the Terms for data use.
  • dataUseTermsVersion (type: String.t, default: nil) - Required. The version of the Terms for data use that caller has read and would like to give consent to. Acceptable version is 2022-11-23, and this may change over time.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1ProvisionProjectRequest{
    acceptDataUseTerms: boolean() | nil,
    dataUseTermsVersion: String.t() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.