View Source GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1ChromeAppSiteAccess (google_api_chrome_management v0.6.0)

Represent one host permission.

Attributes

  • hostMatch (type: String.t, default: nil) - Output only. This can contain very specific hosts, or patterns like "*.com" for instance.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1ChromeAppSiteAccess{
    hostMatch: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.