View Source GoogleApi.ContentWarehouse.V1.Model.QualityQrewriteAccountProvenanceGoogleAccount (google_api_content_warehouse v0.4.0)

The Google account the annotated personal data belongs to.

Attributes

  • email (type: String.t, default: nil) -
  • gaiaId (type: String.t, default: nil) -
  • isDasherAccount (type: boolean(), default: nil) -
  • isSecondaryAccount (type: boolean(), default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContentWarehouse.V1.Model.QualityQrewriteAccountProvenanceGoogleAccount{
    email: String.t() | nil,
    gaiaId: String.t() | nil,
    isDasherAccount: boolean() | nil,
    isSecondaryAccount: boolean() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.