View Source GoogleApi.DisplayVideo.V1.Model.ParentEntityFilter (google_api_display_video v0.35.0)

A filtering option that filters on selected file types belonging to a chosen set of filter entities.

Attributes

  • fileType (type: list(String.t), default: nil) - Required. File types that will be returned.
  • filterIds (type: list(String.t), default: nil) - The IDs of the specified filter type. This is used to filter entities to fetch. If filter type is not FILTER_TYPE_NONE, at least one ID must be specified.
  • filterType (type: String.t, default: nil) - Required. Filter type used to filter fetched entities.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DisplayVideo.V1.Model.ParentEntityFilter{
  fileType: [String.t()] | nil,
  filterIds: [String.t()] | nil,
  filterType: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.