public sealed class TestIamPermissionsSnapshotRequest : IMessage<TestIamPermissionsSnapshotRequest>, IEquatable<TestIamPermissionsSnapshotRequest>, IDeepCloneable<TestIamPermissionsSnapshotRequest>, IBufferMessage, IMessageReference documentation and code samples for the Compute Engine v1 API class TestIamPermissionsSnapshotRequest.
A request message for Snapshots.TestIamPermissions. See the method description for details.
Implements
IMessageTestIamPermissionsSnapshotRequest, IEquatableTestIamPermissionsSnapshotRequest, IDeepCloneableTestIamPermissionsSnapshotRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
TestIamPermissionsSnapshotRequest()
public TestIamPermissionsSnapshotRequest()TestIamPermissionsSnapshotRequest(TestIamPermissionsSnapshotRequest)
public TestIamPermissionsSnapshotRequest(TestIamPermissionsSnapshotRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
TestIamPermissionsSnapshotRequest |
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 |
|