Show / Hide Table of Contents

Class ParentEntityFilter

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

Inheritance
object
ParentEntityFilter
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DisplayVideo.v2.Data
Assembly: Google.Apis.DisplayVideo.v2.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX