Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesLicenseVerificationArtifact

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/searchads360_v23/classes.rb,
lib/google/apis/searchads360_v23/representations.rb,
lib/google/apis/searchads360_v23/representations.rb

Overview

specific to a local services license.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleAdsSearchads360V23ResourcesLicenseVerificationArtifact

Returns a new instance of GoogleAdsSearchads360V23ResourcesLicenseVerificationArtifact.



30848
30849
30850
# File 'lib/google/apis/searchads360_v23/classes.rb', line 30848

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#expiration_date_timeString

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" Corresponds to the JSON property expirationDateTime

Returns:

  • (String)


30816
30817
30818
# File 'lib/google/apis/searchads360_v23/classes.rb', line 30816

def expiration_date_time
  @expiration_date_time
end

#license_document_readonlyGoogle::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonLocalServicesDocumentReadOnly

A Local Services Document with read only accessible data. Corresponds to the JSON property licenseDocumentReadonly



30821
30822
30823
# File 'lib/google/apis/searchads360_v23/classes.rb', line 30821

def license_document_readonly
  @license_document_readonly
end

#license_numberString

Output only. License number. Corresponds to the JSON property licenseNumber

Returns:

  • (String)


30826
30827
30828
# File 'lib/google/apis/searchads360_v23/classes.rb', line 30826

def license_number
  @license_number
end

#license_typeString

Output only. License type / name. Corresponds to the JSON property licenseType

Returns:

  • (String)


30831
30832
30833
# File 'lib/google/apis/searchads360_v23/classes.rb', line 30831

def license_type
  @license_type
end

#licensee_first_nameString

Output only. First name of the licensee. Corresponds to the JSON property licenseeFirstName

Returns:

  • (String)


30836
30837
30838
# File 'lib/google/apis/searchads360_v23/classes.rb', line 30836

def licensee_first_name
  @licensee_first_name
end

#licensee_last_nameString

Output only. Last name of the licensee. Corresponds to the JSON property licenseeLastName

Returns:

  • (String)


30841
30842
30843
# File 'lib/google/apis/searchads360_v23/classes.rb', line 30841

def licensee_last_name
  @licensee_last_name
end

#rejection_reasonString

Output only. License rejection reason. Corresponds to the JSON property rejectionReason

Returns:

  • (String)


30846
30847
30848
# File 'lib/google/apis/searchads360_v23/classes.rb', line 30846

def rejection_reason
  @rejection_reason
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



30853
30854
30855
30856
30857
30858
30859
30860
30861
# File 'lib/google/apis/searchads360_v23/classes.rb', line 30853

def update!(**args)
  @expiration_date_time = args[:expiration_date_time] if args.key?(:expiration_date_time)
  @license_document_readonly = args[:license_document_readonly] if args.key?(:license_document_readonly)
  @license_number = args[:license_number] if args.key?(:license_number)
  @license_type = args[:license_type] if args.key?(:license_type)
  @licensee_first_name = args[:licensee_first_name] if args.key?(:licensee_first_name)
  @licensee_last_name = args[:licensee_last_name] if args.key?(:licensee_last_name)
  @rejection_reason = args[:rejection_reason] if args.key?(:rejection_reason)
end