View Source GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1CheckCloudIdentityAccountsExistRequest (google_api_cloud_channel v0.6.1)

Request message for CloudChannelService.CheckCloudIdentityAccountsExist.

Attributes

  • domain (type: String.t, default: nil) - Required. Domain to fetch for Cloud Identity account customers, including domain and team customers. For team customers, please use the domain for their emails.
  • primaryAdminEmail (type: String.t, default: nil) - Optional. Primary admin email to fetch for Cloud Identity account team customer.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1CheckCloudIdentityAccountsExistRequest{
    domain: String.t() | nil,
    primaryAdminEmail: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.