View Source GoogleApi.DFAReporting.V33.Model.ObjectFilter (google_api_dfa_reporting v0.25.0)

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

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

Functions

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

Unwrap a decoded JSON object into its complex fields.