GoogleAdsSearchads360V23ResourcesLicenseVerificationArtifact class

specific to a local services license.

Constructors

GoogleAdsSearchads360V23ResourcesLicenseVerificationArtifact({String? expirationDateTime, GoogleAdsSearchads360V23CommonLocalServicesDocumentReadOnly? licenseDocumentReadonly, String? licenseNumber, String? licenseType, String? licenseeFirstName, String? licenseeLastName, String? rejectionReason})
GoogleAdsSearchads360V23ResourcesLicenseVerificationArtifact.fromJson(Map json_)

Properties

expirationDateTime String?
The timestamp when this license expires.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
licenseDocumentReadonly GoogleAdsSearchads360V23CommonLocalServicesDocumentReadOnly?
The readonly field containing the information for an uploaded license document.
getter/setter pair
licenseeFirstName String?
First name of the licensee.
getter/setter pair
licenseeLastName String?
Last name of the licensee.
getter/setter pair
licenseNumber String?
License number.
getter/setter pair
licenseType String?
License type / name.
getter/setter pair
rejectionReason String?
License rejection reason.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited