public sealed class LicenseCodeLicenseAlias : IMessage<LicenseCodeLicenseAlias>, IEquatable<LicenseCodeLicenseAlias>, IDeepCloneable<LicenseCodeLicenseAlias>, IBufferMessage, IMessage
Implements
IMessageLicenseCodeLicenseAlias, IEquatableLicenseCodeLicenseAlias, IDeepCloneableLicenseCodeLicenseAlias, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
LicenseCodeLicenseAlias()
public LicenseCodeLicenseAlias()
LicenseCodeLicenseAlias(LicenseCodeLicenseAlias)
public LicenseCodeLicenseAlias(LicenseCodeLicenseAlias other)
Parameter | |
---|---|
Name | Description |
other | LicenseCodeLicenseAlias |
Properties
Description
public string Description { get; set; }
[Output Only] Description of this License Code.
Property Value | |
---|---|
Type | Description |
string |
HasDescription
public bool HasDescription { get; }
Gets whether the "description" field is set
Property Value | |
---|---|
Type | Description |
bool |
HasSelfLink
public bool HasSelfLink { get; }
Gets whether the "self_link" field is set
Property Value | |
---|---|
Type | Description |
bool |
SelfLink
public string SelfLink { get; set; }
[Output Only] URL of license corresponding to this License Code.
Property Value | |
---|---|
Type | Description |
string |