public sealed class Resource : IMessage<Resource>, IEquatable<Resource>, IDeepCloneable<Resource>, IBufferMessage, IMessageReference documentation and code samples for the Workload Manager v1 API class Resource.
Resource in execution result.
Namespace
Google.Cloud.WorkloadManager.V1Assembly
Google.Cloud.WorkloadManager.V1.dll
Constructors
Resource()
public Resource()Resource(Resource)
public Resource(Resource other)| Parameter | |
|---|---|
| Name | Description |
other |
Resource |
Properties
Name
public string Name { get; set; }The name of the resource.
| Property Value | |
|---|---|
| Type | Description |
string |
|
ServiceAccount
public string ServiceAccount { get; set; }The service account associated with the resource.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Type
public string Type { get; set; }The type of resource.
| Property Value | |
|---|---|
| Type | Description |
string |
|