Class GoogleChromeManagementVersionsV1ListConnectorConfigsResponse
Response to ListConnectorConfigs method.
Implements
Inherited Members
Namespace: Google.Apis.ChromeManagement.v1.Data
Assembly: Google.Apis.ChromeManagement.v1.dll
Syntax
public class GoogleChromeManagementVersionsV1ListConnectorConfigsResponse : IDirectResponseSchema
Properties
ConnectorConfigs
The list of connector configs returned.
Declaration
[JsonProperty("connectorConfigs")]
public virtual IList<GoogleChromeManagementVersionsV1ConnectorConfig> ConnectorConfigs { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleChromeManagementVersionsV1ConnectorConfig> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
NextPageToken
The page token used to retrieve the next page of the listing request. If the token is empty, there are no more pages to retrieve.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
| Type | Description |
|---|---|
| string |