View Source GoogleApi.AndroidEnterprise.V1.Model.ApprovalUrlInfo (google_api_android_enterprise v0.26.0)

Information on an approval URL.

Attributes

  • approvalUrl (type: String.t, default: nil) - A URL that displays a product's permissions and that can also be used to approve the product with the Products.approve call.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AndroidEnterprise.V1.Model.ApprovalUrlInfo{
  approvalUrl: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.