Show / Hide Table of Contents

Class ListScopeNamespacesResponse

List of fleet namespaces.

Inheritance
object
ListScopeNamespacesResponse
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.GKEHub.v1.Data
Assembly: Google.Apis.GKEHub.v1.dll
Syntax
public class ListScopeNamespacesResponse : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

NextPageToken

A token to request the next page of resources from the ListNamespaces method. The value of an empty string means that there are no more resources to return.

Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type Description
string

ScopeNamespaces

The list of fleet namespaces

Declaration
[JsonProperty("scopeNamespaces")]
public virtual IList<Namespace> ScopeNamespaces { get; set; }
Property Value
Type Description
IList<Namespace>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX