Class GoogleCloudResourcesettingsV1ListSettingsResponse
The response from ListSettings.
Implements
Inherited Members
Namespace: Google.Apis.ResourceSettings.v1.Data
Assembly: Google.Apis.ResourceSettings.v1.dll
Syntax
public class GoogleCloudResourcesettingsV1ListSettingsResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
NextPageToken
Unused. A page token used to retrieve the next page.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type | Description |
---|---|
string |
Settings
A list of settings that are available at the specified Cloud resource.
Declaration
[JsonProperty("settings")]
public virtual IList<GoogleCloudResourcesettingsV1Setting> Settings { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudResourcesettingsV1Setting> |