View Source GoogleApi.AndroidManagement.V1.Model.ContentProviderEndpoint (google_api_android_management v0.48.0)

This feature is not generally available.

Attributes

  • packageName (type: String.t, default: nil) - This feature is not generally available.
  • signingCertsSha256 (type: list(String.t), default: nil) - Required. This feature is not generally available.
  • uri (type: String.t, default: nil) - This feature is not generally available.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AndroidManagement.V1.Model.ContentProviderEndpoint{
  packageName: String.t() | nil,
  signingCertsSha256: [String.t()] | nil,
  uri: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.