Show / Hide Table of Contents

Class GoogleCloudResourcesettingsV1ListSettingsResponse

The response from ListSettings.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX