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