public sealed class Scope : IMessage<Scope>, IEquatable<Scope>, IDeepCloneable<Scope>, IBufferMessage, IMessageReference documentation and code samples for the App Hub v1 API class Scope.
Scope of an application.
Namespace
Google.Cloud.AppHub.V1Assembly
Google.Cloud.AppHub.V1.dll
Constructors
Scope()
public Scope()Scope(Scope)
public Scope(Scope other)| Parameter | |
|---|---|
| Name | Description |
other |
Scope |
Properties
Type
public Scope.Types.Type Type { get; set; }Required. Scope Type.
| Property Value | |
|---|---|
| Type | Description |
ScopeTypesType |
|