GoogleApi.DFAReporting.V33.Model.ObjectFilter (google_api_dfa_reporting v0.31.0)

View Source

Object Filter.

Attributes

  • kind (type: String.t, default: nil) - Identifies what kind of resource this is. Value: the fixed string "dfareporting#objectFilter".
  • objectIds (type: list(String.t), default: nil) - Applicable when status is ASSIGNED. The user has access to objects with these object IDs.
  • status (type: String.t, default: nil) - Status of the filter. NONE means the user has access to none of the objects. ALL means the user has access to all objects. ASSIGNED means the user has access to the objects with IDs in the objectIds list.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.DFAReporting.V33.Model.ObjectFilter{
  kind: String.t() | nil,
  objectIds: [String.t()] | nil,
  status: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.