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.



30675
30676
30677
# File 'lib/google/apis/searchads360_v23/classes.rb', line 30675

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)


30643
30644
30645
# File 'lib/google/apis/searchads360_v23/classes.rb', line 30643

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



30648
30649
30650
# File 'lib/google/apis/searchads360_v23/classes.rb', line 30648

def license_document_readonly
  @license_document_readonly
end

#license_numberString

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

Returns:

  • (String)


30653
30654
30655
# File 'lib/google/apis/searchads360_v23/classes.rb', line 30653

def license_number
  @license_number
end

#license_typeString

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

Returns:

  • (String)


30658
30659
30660
# File 'lib/google/apis/searchads360_v23/classes.rb', line 30658

def license_type
  @license_type
end

#licensee_first_nameString

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

Returns:

  • (String)


30663
30664
30665
# File 'lib/google/apis/searchads360_v23/classes.rb', line 30663

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)


30668
30669
30670
# File 'lib/google/apis/searchads360_v23/classes.rb', line 30668

def licensee_last_name
  @licensee_last_name
end

#rejection_reasonString

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

Returns:

  • (String)


30673
30674
30675
# File 'lib/google/apis/searchads360_v23/classes.rb', line 30673

def rejection_reason
  @rejection_reason
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



30680
30681
30682
30683
30684
30685
30686
30687
30688
# File 'lib/google/apis/searchads360_v23/classes.rb', line 30680

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