google_api_dfa_reporting v0.8.0 GoogleApi.DFAReporting.V34.Model.ObjectFilter View Source

Object Filter.

Attributes

  • kind (type: String.t, default: dfareporting#objectFilter) - 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

Link to this type

t()

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

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.