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



9470
9471
9472
# File 'generated/google/apis/content_v2/classes.rb', line 9470

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

Instance Attribute Details

#destinationString

Corresponds to the JSON property destination

Returns:

  • (String)


9428
9429
9430
# File 'generated/google/apis/content_v2/classes.rb', line 9428

def destination
  @destination
end

#detailString

Corresponds to the JSON property detail

Returns:

  • (String)


9433
9434
9435
# File 'generated/google/apis/content_v2/classes.rb', line 9433

def detail
  @detail
end

#fetch_statusString

Corresponds to the JSON property fetchStatus

Returns:

  • (String)


9438
9439
9440
# File 'generated/google/apis/content_v2/classes.rb', line 9438

def fetch_status
  @fetch_status
end

#idString

Corresponds to the JSON property id

Returns:

  • (String)


9443
9444
9445
# File 'generated/google/apis/content_v2/classes.rb', line 9443

def id
  @id
end

#locationString

Corresponds to the JSON property location

Returns:

  • (String)


9448
9449
9450
# File 'generated/google/apis/content_v2/classes.rb', line 9448

def location
  @location
end

#severityString

Corresponds to the JSON property severity

Returns:

  • (String)


9453
9454
9455
# File 'generated/google/apis/content_v2/classes.rb', line 9453

def severity
  @severity
end

#timestampString

Corresponds to the JSON property timestamp

Returns:

  • (String)


9458
9459
9460
# File 'generated/google/apis/content_v2/classes.rb', line 9458

def timestamp
  @timestamp
end

#value_on_landing_pageString

Corresponds to the JSON property valueOnLandingPage

Returns:

  • (String)


9463
9464
9465
# File 'generated/google/apis/content_v2/classes.rb', line 9463

def value_on_landing_page
  @value_on_landing_page
end

#value_providedString

Corresponds to the JSON property valueProvided

Returns:

  • (String)


9468
9469
9470
# File 'generated/google/apis/content_v2/classes.rb', line 9468

def value_provided
  @value_provided
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



9475
9476
9477
9478
9479
9480
9481
9482
9483
9484
9485
# File 'generated/google/apis/content_v2/classes.rb', line 9475

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