public sealed class TestIamPermissionsInstantSnapshotGroupRequest : IMessage<TestIamPermissionsInstantSnapshotGroupRequest>, IEquatable<TestIamPermissionsInstantSnapshotGroupRequest>, IDeepCloneable<TestIamPermissionsInstantSnapshotGroupRequest>, IBufferMessage, IMessageReference documentation and code samples for the Compute Engine v1 API class TestIamPermissionsInstantSnapshotGroupRequest.
A request message for InstantSnapshotGroups.TestIamPermissions. See the method description for details.
Implements
IMessageTestIamPermissionsInstantSnapshotGroupRequest, IEquatableTestIamPermissionsInstantSnapshotGroupRequest, IDeepCloneableTestIamPermissionsInstantSnapshotGroupRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
TestIamPermissionsInstantSnapshotGroupRequest()
public TestIamPermissionsInstantSnapshotGroupRequest()TestIamPermissionsInstantSnapshotGroupRequest(TestIamPermissionsInstantSnapshotGroupRequest)
public TestIamPermissionsInstantSnapshotGroupRequest(TestIamPermissionsInstantSnapshotGroupRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
TestIamPermissionsInstantSnapshotGroupRequest |
Properties
Project
public string Project { get; set; }Project ID for this request.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Resource
public string Resource { get; set; }Name or id of the resource for this request.
| Property Value | |
|---|---|
| Type | Description |
string |
|
TestPermissionsRequestResource
public TestPermissionsRequest TestPermissionsRequestResource { get; set; }The body resource for this request
| Property Value | |
|---|---|
| Type | Description |
TestPermissionsRequest |
|
Zone
public string Zone { get; set; }The name of the zone for this request.
| Property Value | |
|---|---|
| Type | Description |
string |
|