class Google::Apis::ContentV2_1::InapplicabilityDetails

Map of inapplicability details.

Attributes

inapplicable_count[RW]

Count of this inapplicable reason code. Corresponds to the JSON property `inapplicableCount` @return [Fixnum]

inapplicable_reason[RW]

Reason code this rule was not applicable. Corresponds to the JSON property `inapplicableReason` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/content_v2_1/classes.rb, line 3578
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/content_v2_1/classes.rb, line 3583
def update!(**args)
  @inapplicable_count = args[:inapplicable_count] if args.key?(:inapplicable_count)
  @inapplicable_reason = args[:inapplicable_reason] if args.key?(:inapplicable_reason)
end