View Source GoogleApi.AndroidManagement.V1.Model.OncCertificateProvider (google_api_android_management v0.57.0)

This feature is not generally available.

Attributes

  • certificateReferences (type: list(String.t), default: nil) - This feature is not generally available.
  • contentProviderEndpoint (type: GoogleApi.AndroidManagement.V1.Model.ContentProviderEndpoint.t, default: nil) - This feature is not generally available.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.AndroidManagement.V1.Model.OncCertificateProvider{
  certificateReferences: [String.t()] | nil,
  contentProviderEndpoint:
    GoogleApi.AndroidManagement.V1.Model.ContentProviderEndpoint.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.