public sealed class TestIamPermissionsRegionSnapshotRequest : IMessage<TestIamPermissionsRegionSnapshotRequest>, IEquatable<TestIamPermissionsRegionSnapshotRequest>, IDeepCloneable<TestIamPermissionsRegionSnapshotRequest>, IBufferMessage, IMessageReference documentation and code samples for the Compute Engine v1 API class TestIamPermissionsRegionSnapshotRequest.
A request message for RegionSnapshots.TestIamPermissions. See the method description for details.
Implements
IMessageTestIamPermissionsRegionSnapshotRequest, IEquatableTestIamPermissionsRegionSnapshotRequest, IDeepCloneableTestIamPermissionsRegionSnapshotRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
TestIamPermissionsRegionSnapshotRequest()
public TestIamPermissionsRegionSnapshotRequest()TestIamPermissionsRegionSnapshotRequest(TestIamPermissionsRegionSnapshotRequest)
public TestIamPermissionsRegionSnapshotRequest(TestIamPermissionsRegionSnapshotRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
TestIamPermissionsRegionSnapshotRequest |
Properties
Project
public string Project { get; set; }Project ID for this request.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Region
public string Region { get; set; }The name of the region 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 |
|