class Google::Apis::ContentV2::ProductAspect

Attributes

aspect_name[RW]

Deprecated. Corresponds to the JSON property `aspectName` @return [String]

destination_name[RW]

Deprecated. Corresponds to the JSON property `destinationName` @return [String]

intention[RW]

Deprecated. Corresponds to the JSON property `intention` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/content_v2/classes.rb, line 9392
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/classes.rb, line 9397
def update!(**args)
  @aspect_name = args[:aspect_name] if args.key?(:aspect_name)
  @destination_name = args[:destination_name] if args.key?(:destination_name)
  @intention = args[:intention] if args.key?(:intention)
end