View Source GoogleApi.Checks.V1alpha.Model.GoogleChecksReportV1alphaPolicyFragment (google_api_checks v0.4.0)

Information about a policy fragment.

Attributes

  • htmlContent (type: String.t, default: nil) - HTML content.
  • sourceUri (type: String.t, default: nil) - Policy URL.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Checks.V1alpha.Model.GoogleChecksReportV1alphaPolicyFragment{
  htmlContent: String.t() | nil,
  sourceUri: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.