Class Namespaces (1.0.0-beta01)

public sealed class Namespaces : IMessage<Namespaces>, IEquatable<Namespaces>, IDeepCloneable<Namespaces>, IBufferMessage, IMessage

A list of Kubernetes Namespaces

Inheritance

Object > Namespaces

Namespace

Google.Cloud.GkeBackup.V1

Assembly

Google.Cloud.GkeBackup.V1.dll

Constructors

Namespaces()

public Namespaces()

Namespaces(Namespaces)

public Namespaces(Namespaces other)
Parameter
NameDescription
otherNamespaces

Properties

Namespaces_

public RepeatedField<string> Namespaces_ { get; }

A list of Kubernetes Namespaces

Property Value
TypeDescription
RepeatedField<String>