Class SearchDeveloperMetadataRequest
A request to retrieve all developer metadata matching the set of specified criteria.
Inheritance
System.Object
SearchDeveloperMetadataRequest
Implements
Namespace: Google.Apis.Sheets.v4.Data
Assembly: Google.Apis.Sheets.v4.dll
Syntax
public class SearchDeveloperMetadataRequest : object, IDirectResponseSchema
Properties
DataFilters
The data filters describing the criteria used to determine which DeveloperMetadata entries to return. DeveloperMetadata matching any of the specified filters are included in the response.
Declaration
public virtual IList<DataFilter> DataFilters { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IList<DataFilter> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |