Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesBackgroundCheckVerificationArtifact

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 local services background check.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleAdsSearchads360V23ResourcesBackgroundCheckVerificationArtifact

Returns a new instance of GoogleAdsSearchads360V23ResourcesBackgroundCheckVerificationArtifact.



23317
23318
23319
# File 'lib/google/apis/searchads360_v23/classes.rb', line 23317

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

Instance Attribute Details

#case_urlString

Output only. URL to access background case. Corresponds to the JSON property caseUrl

Returns:

  • (String)


23308
23309
23310
# File 'lib/google/apis/searchads360_v23/classes.rb', line 23308

def case_url
  @case_url
end

#final_adjudication_date_timeString

Output only. The timestamp when this background check case result was adjudicated. 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 finalAdjudicationDateTime

Returns:

  • (String)


23315
23316
23317
# File 'lib/google/apis/searchads360_v23/classes.rb', line 23315

def final_adjudication_date_time
  @final_adjudication_date_time
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



23322
23323
23324
23325
# File 'lib/google/apis/searchads360_v23/classes.rb', line 23322

def update!(**args)
  @case_url = args[:case_url] if args.key?(:case_url)
  @final_adjudication_date_time = args[:final_adjudication_date_time] if args.key?(:final_adjudication_date_time)
end