GoogleApi.DFAReporting.V34.Model.ObjectFilter (google_api_dfa_reporting v0.20.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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.DFAReporting.V34.Model.ObjectFilter{
  kind: String.t(),
  objectIds: [String.t()],
  status: String.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.