Show / Hide Table of Contents

Class GoogleChromeManagementVersionsV1ListConnectorConfigsResponse

Response to ListConnectorConfigs method.

Inheritance
object
GoogleChromeManagementVersionsV1ListConnectorConfigsResponse
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.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX