Class GoogleCloudDiscoveryengineV1alphaListControlsResponse
Response for ListControls method.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaListControlsResponse : IDirectResponseSchema
Properties
Controls
All the Controls for a given data store.
Declaration
[JsonProperty("controls")]
public virtual IList<GoogleCloudDiscoveryengineV1alphaControl> Controls { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudDiscoveryengineV1alphaControl> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
NextPageToken
Pagination token, if not returned indicates the last page.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type | Description |
---|---|
string |