Class GoogleAdsSearchads360V23ResourcesLicenseVerificationArtifact
specific to a local services license.
Implements
Inherited Members
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23ResourcesLicenseVerificationArtifact : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ExpirationDateTime
Output only. The timestamp when this license expires. The format is "YYYY-MM-DD HH:MM:SS" in the Google Ads account's timezone. Examples: "2018-03-05 09:15:00" or "2018-02-01 14:34:30"
Declaration
[JsonProperty("expirationDateTime")]
public virtual string ExpirationDateTime { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
LicenseDocumentReadonly
Output only. The readonly field containing the information for an uploaded license document.
Declaration
[JsonProperty("licenseDocumentReadonly")]
public virtual GoogleAdsSearchads360V23CommonLocalServicesDocumentReadOnly LicenseDocumentReadonly { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleAdsSearchads360V23CommonLocalServicesDocumentReadOnly |
LicenseNumber
Output only. License number.
Declaration
[JsonProperty("licenseNumber")]
public virtual string LicenseNumber { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
LicenseType
Output only. License type / name.
Declaration
[JsonProperty("licenseType")]
public virtual string LicenseType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
LicenseeFirstName
Output only. First name of the licensee.
Declaration
[JsonProperty("licenseeFirstName")]
public virtual string LicenseeFirstName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
LicenseeLastName
Output only. Last name of the licensee.
Declaration
[JsonProperty("licenseeLastName")]
public virtual string LicenseeLastName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
RejectionReason
Output only. License rejection reason.
Declaration
[JsonProperty("rejectionReason")]
public virtual string RejectionReason { get; set; }
Property Value
| Type | Description |
|---|---|
| string |