public sealed class GetGlobalOrganizationOperationRequest : IMessage<GetGlobalOrganizationOperationRequest>, IEquatable<GetGlobalOrganizationOperationRequest>, IDeepCloneable<GetGlobalOrganizationOperationRequest>, IBufferMessage, IMessageA request message for GlobalOrganizationOperations.Get. See the method description for details.
Implements
IMessage<GetGlobalOrganizationOperationRequest>, IEquatable<GetGlobalOrganizationOperationRequest>, IDeepCloneable<GetGlobalOrganizationOperationRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
GetGlobalOrganizationOperationRequest()
public GetGlobalOrganizationOperationRequest()GetGlobalOrganizationOperationRequest(GetGlobalOrganizationOperationRequest)
public GetGlobalOrganizationOperationRequest(GetGlobalOrganizationOperationRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetGlobalOrganizationOperationRequest |
Properties
HasParentId
public bool HasParentId { get; }Gets whether the "parent_id" field is set
| Property Value | |
|---|---|
| Type | Description |
Boolean |
|
Operation
public string Operation { get; set; }Name of the Operations resource to return.
| Property Value | |
|---|---|
| Type | Description |
String |
|
ParentId
public string ParentId { get; set; }Parent ID for this request.
| Property Value | |
|---|---|
| Type | Description |
String |
|