Class TestIamPermissionsLicenseRequest (1.2.0)

public sealed class TestIamPermissionsLicenseRequest : IMessage<TestIamPermissionsLicenseRequest>, IEquatable<TestIamPermissionsLicenseRequest>, IDeepCloneable<TestIamPermissionsLicenseRequest>, IBufferMessage, IMessage

A request message for Licenses.TestIamPermissions. See the method description for details.

Inheritance

Object > TestIamPermissionsLicenseRequest

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

TestIamPermissionsLicenseRequest()

public TestIamPermissionsLicenseRequest()

TestIamPermissionsLicenseRequest(TestIamPermissionsLicenseRequest)

public TestIamPermissionsLicenseRequest(TestIamPermissionsLicenseRequest other)
Parameter
NameDescription
otherTestIamPermissionsLicenseRequest

Properties

Project

public string Project { get; set; }

Project ID for this request.

Property Value
TypeDescription
String

Resource

public string Resource { get; set; }

Name or id of the resource for this request.

Property Value
TypeDescription
String

TestPermissionsRequestResource

public TestPermissionsRequest TestPermissionsRequestResource { get; set; }

The body resource for this request

Property Value
TypeDescription
TestPermissionsRequest