View Source GoogleApi.AnalyticsAdmin.V1beta.Model.GoogleAnalyticsAdminV1betaProvisionAccountTicketRequest (google_api_analytics_admin v0.25.4)
Request message for ProvisionAccountTicket RPC.
Attributes
-
account
(type:GoogleApi.AnalyticsAdmin.V1beta.Model.GoogleAnalyticsAdminV1betaAccount.t
, default:nil
) - The account to create. -
redirectUri
(type:String.t
, default:nil
) - Redirect URI where the user will be sent after accepting Terms of Service. Must be configured in Cloud Console as a Redirect URI.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AnalyticsAdmin.V1beta.Model.GoogleAnalyticsAdminV1betaProvisionAccountTicketRequest{ account: GoogleApi.AnalyticsAdmin.V1beta.Model.GoogleAnalyticsAdminV1betaAccount.t() | nil, redirectUri: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.