Class ParentEntityFilter
A filtering option that filters on selected file types belonging to a chosen set of filter entities.
Implements
Inherited Members
Namespace: Google.Apis.DisplayVideo.v3.Data
Assembly: Google.Apis.DisplayVideo.v3.dll
Syntax
public class ParentEntityFilter : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FileType
Required. File types that will be returned.
Declaration
[JsonProperty("fileType")]
public virtual IList<string> FileType { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
FilterIds
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.
Declaration
[JsonProperty("filterIds")]
public virtual IList<long?> FilterIds { get; set; }
Property Value
Type | Description |
---|---|
IList<long?> |
FilterType
Required. Filter type used to filter fetched entities.
Declaration
[JsonProperty("filterType")]
public virtual string FilterType { get; set; }
Property Value
Type | Description |
---|---|
string |