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

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ProductStatusDataQualityIssue

Returns a new instance of ProductStatusDataQualityIssue.



9677
9678
9679
# File 'lib/google/apis/content_v2/classes.rb', line 9677

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

Instance Attribute Details

#destinationString

Corresponds to the JSON property destination

Returns:

  • (String)


9635
9636
9637
# File 'lib/google/apis/content_v2/classes.rb', line 9635

def destination
  @destination
end

#detailString

Corresponds to the JSON property detail

Returns:

  • (String)


9640
9641
9642
# File 'lib/google/apis/content_v2/classes.rb', line 9640

def detail
  @detail
end

#fetch_statusString

Corresponds to the JSON property fetchStatus

Returns:

  • (String)


9645
9646
9647
# File 'lib/google/apis/content_v2/classes.rb', line 9645

def fetch_status
  @fetch_status
end

#idString

Corresponds to the JSON property id

Returns:

  • (String)


9650
9651
9652
# File 'lib/google/apis/content_v2/classes.rb', line 9650

def id
  @id
end

#locationString

Corresponds to the JSON property location

Returns:

  • (String)


9655
9656
9657
# File 'lib/google/apis/content_v2/classes.rb', line 9655

def location
  @location
end

#severityString

Corresponds to the JSON property severity

Returns:

  • (String)


9660
9661
9662
# File 'lib/google/apis/content_v2/classes.rb', line 9660

def severity
  @severity
end

#timestampString

Corresponds to the JSON property timestamp

Returns:

  • (String)


9665
9666
9667
# File 'lib/google/apis/content_v2/classes.rb', line 9665

def timestamp
  @timestamp
end

#value_on_landing_pageString

Corresponds to the JSON property valueOnLandingPage

Returns:

  • (String)


9670
9671
9672
# File 'lib/google/apis/content_v2/classes.rb', line 9670

def value_on_landing_page
  @value_on_landing_page
end

#value_providedString

Corresponds to the JSON property valueProvided

Returns:

  • (String)


9675
9676
9677
# File 'lib/google/apis/content_v2/classes.rb', line 9675

def value_provided
  @value_provided
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



9682
9683
9684
9685
9686
9687
9688
9689
9690
9691
9692
# File 'lib/google/apis/content_v2/classes.rb', line 9682

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