Class: Google::Apis::ContentV2_1::MerchantRejectionReason

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ MerchantRejectionReason

Returns a new instance of MerchantRejectionReason.



4811
4812
4813
# File 'lib/google/apis/content_v2_1/classes.rb', line 4811

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

Instance Attribute Details

#descriptionString

Description of the reason. Corresponds to the JSON property description

Returns:

  • (String)


4804
4805
4806
# File 'lib/google/apis/content_v2_1/classes.rb', line 4804

def description
  @description
end

#reason_codeString

Code of the rejection reason. Corresponds to the JSON property reasonCode

Returns:

  • (String)


4809
4810
4811
# File 'lib/google/apis/content_v2_1/classes.rb', line 4809

def reason_code
  @reason_code
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4816
4817
4818
4819
# File 'lib/google/apis/content_v2_1/classes.rb', line 4816

def update!(**args)
  @description = args[:description] if args.key?(:description)
  @reason_code = args[:reason_code] if args.key?(:reason_code)
end