Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesBackgroundCheckVerificationArtifact
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesBackgroundCheckVerificationArtifact
- 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
-
#case_url ⇒ String
Output only.
-
#final_adjudication_date_time ⇒ String
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V23ResourcesBackgroundCheckVerificationArtifact
constructor
A new instance of GoogleAdsSearchads360V23ResourcesBackgroundCheckVerificationArtifact.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAdsSearchads360V23ResourcesBackgroundCheckVerificationArtifact
Returns a new instance of GoogleAdsSearchads360V23ResourcesBackgroundCheckVerificationArtifact.
23230 23231 23232 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 23230 def initialize(**args) update!(**args) end |
Instance Attribute Details
#case_url ⇒ String
Output only. URL to access background case.
Corresponds to the JSON property caseUrl
23221 23222 23223 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 23221 def case_url @case_url end |
#final_adjudication_date_time ⇒ String
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
23228 23229 23230 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 23228 def final_adjudication_date_time @final_adjudication_date_time end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
23235 23236 23237 23238 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 23235 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 |