Class ScopeInfo
Details of a scope (e.g. project or folder).
Implements
Inherited Members
Namespace: Google.Apis.CloudNumberRegistry.v1alpha.Data
Assembly: Google.Apis.CloudNumberRegistry.v1alpha.dll
Syntax
public class ScopeInfo : IDirectResponseSchema
Properties
DisplayName
Output only. Human-readable display title of the scope shown in Console (e.g. "My Cloud Project"). Used for UI display.
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Id
Output only. Programmatic string identifier of the scope (e.g. GCP Project ID "my-project-id"). Used for API and code logic.
Declaration
[JsonProperty("id")]
public virtual string Id { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Name
Output only. Resource name of the scope, e.g. "projects/1234567890".
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |