google_api_android_enterprise v0.8.0 GoogleApi.AndroidEnterprise.V1.Model.SignupInfo View Source

A resource returned by the GenerateSignupUrl API, which contains the Signup URL and Completion Token.

Attributes

  • completionToken (type: String.t, default: nil) - An opaque token that will be required, along with the Enterprise Token, for obtaining the enterprise resource from CompleteSignup.
  • kind (type: String.t, default: androidenterprise#signupInfo) - Identifies what kind of resource this is. Value: the fixed string "androidenterprise#signupInfo".
  • url (type: String.t, default: nil) - A URL under which the Admin can sign up for an enterprise. The page pointed to cannot be rendered in an iframe.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.AndroidEnterprise.V1.Model.SignupInfo{
  completionToken: String.t(),
  kind: String.t(),
  url: String.t()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.