Class SearchDeveloperMetadataResponse
A reply to a developer metadata search request.
Inheritance
System.Object
SearchDeveloperMetadataResponse
Implements
Namespace: Google.Apis.Sheets.v4.Data
Assembly: Google.Apis.Sheets.v4.dll
Syntax
public class SearchDeveloperMetadataResponse : object, IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
MatchedDeveloperMetadata
The metadata matching the criteria of the search request.
Declaration
public virtual IList<MatchedDeveloperMetadata> MatchedDeveloperMetadata { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IList<MatchedDeveloperMetadata> |