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