Class: Google::Apis::ContentV2::ProductStatusDataQualityIssue

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
generated/google/apis/content_v2/classes.rb,
generated/google/apis/content_v2/representations.rb,
generated/google/apis/content_v2/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Google::Apis::Core::JsonObjectSupport

#to_json

Methods included from Google::Apis::Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ ProductStatusDataQualityIssue

Returns a new instance of ProductStatusDataQualityIssue



9386
9387
9388
# File 'generated/google/apis/content_v2/classes.rb', line 9386

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

Instance Attribute Details

#destinationString

Corresponds to the JSON property destination

Returns:

  • (String)


9344
9345
9346
# File 'generated/google/apis/content_v2/classes.rb', line 9344

def destination
  @destination
end

#detailString

Corresponds to the JSON property detail

Returns:

  • (String)


9349
9350
9351
# File 'generated/google/apis/content_v2/classes.rb', line 9349

def detail
  @detail
end

#fetch_statusString

Corresponds to the JSON property fetchStatus

Returns:

  • (String)


9354
9355
9356
# File 'generated/google/apis/content_v2/classes.rb', line 9354

def fetch_status
  @fetch_status
end

#idString

Corresponds to the JSON property id

Returns:

  • (String)


9359
9360
9361
# File 'generated/google/apis/content_v2/classes.rb', line 9359

def id
  @id
end

#locationString

Corresponds to the JSON property location

Returns:

  • (String)


9364
9365
9366
# File 'generated/google/apis/content_v2/classes.rb', line 9364

def location
  @location
end

#severityString

Corresponds to the JSON property severity

Returns:

  • (String)


9369
9370
9371
# File 'generated/google/apis/content_v2/classes.rb', line 9369

def severity
  @severity
end

#timestampString

Corresponds to the JSON property timestamp

Returns:

  • (String)


9374
9375
9376
# File 'generated/google/apis/content_v2/classes.rb', line 9374

def timestamp
  @timestamp
end

#value_on_landing_pageString

Corresponds to the JSON property valueOnLandingPage

Returns:

  • (String)


9379
9380
9381
# File 'generated/google/apis/content_v2/classes.rb', line 9379

def value_on_landing_page
  @value_on_landing_page
end

#value_providedString

Corresponds to the JSON property valueProvided

Returns:

  • (String)


9384
9385
9386
# File 'generated/google/apis/content_v2/classes.rb', line 9384

def value_provided
  @value_provided
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



9391
9392
9393
9394
9395
9396
9397
9398
9399
9400
9401
# File 'generated/google/apis/content_v2/classes.rb', line 9391

def update!(**args)
  @destination = args[:destination] if args.key?(:destination)
  @detail = args[:detail] if args.key?(:detail)
  @fetch_status = args[:fetch_status] if args.key?(:fetch_status)
  @id = args[:id] if args.key?(:id)
  @location = args[:location] if args.key?(:location)
  @severity = args[:severity] if args.key?(:severity)
  @timestamp = args[:timestamp] if args.key?(:timestamp)
  @value_on_landing_page = args[:value_on_landing_page] if args.key?(:value_on_landing_page)
  @value_provided = args[:value_provided] if args.key?(:value_provided)
end