Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesInsuranceVerificationArtifact

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 insurance.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleAdsSearchads360V23ResourcesInsuranceVerificationArtifact

Returns a new instance of GoogleAdsSearchads360V23ResourcesInsuranceVerificationArtifact.



29984
29985
29986
# File 'lib/google/apis/searchads360_v23/classes.rb', line 29984

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

Instance Attribute Details

#amount_microsFixnum

Output only. Insurance amount. This is measured in "micros" of the currency mentioned in the insurance document. Corresponds to the JSON property amountMicros

Returns:

  • (Fixnum)


29965
29966
29967
# File 'lib/google/apis/searchads360_v23/classes.rb', line 29965

def amount_micros
  @amount_micros
end

#expiration_date_timeString

Output only. The timestamp when this insurance 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)


29972
29973
29974
# File 'lib/google/apis/searchads360_v23/classes.rb', line 29972

def expiration_date_time
  @expiration_date_time
end

#insurance_document_readonlyGoogle::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonLocalServicesDocumentReadOnly

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



29977
29978
29979
# File 'lib/google/apis/searchads360_v23/classes.rb', line 29977

def insurance_document_readonly
  @insurance_document_readonly
end

#rejection_reasonString

Output only. Insurance document's rejection reason. Corresponds to the JSON property rejectionReason

Returns:

  • (String)


29982
29983
29984
# File 'lib/google/apis/searchads360_v23/classes.rb', line 29982

def rejection_reason
  @rejection_reason
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



29989
29990
29991
29992
29993
29994
# File 'lib/google/apis/searchads360_v23/classes.rb', line 29989

def update!(**args)
  @amount_micros = args[:amount_micros] if args.key?(:amount_micros)
  @expiration_date_time = args[:expiration_date_time] if args.key?(:expiration_date_time)
  @insurance_document_readonly = args[:insurance_document_readonly] if args.key?(:insurance_document_readonly)
  @rejection_reason = args[:rejection_reason] if args.key?(:rejection_reason)
end