Class: Google::Apis::GanV1beta1::CcOffers

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/gan_v1beta1/classes.rb,
generated/google/apis/gan_v1beta1/representations.rb,
generated/google/apis/gan_v1beta1/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ CcOffers

Returns a new instance of CcOffers.



757
758
759
# File 'generated/google/apis/gan_v1beta1/classes.rb', line 757

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

Instance Attribute Details

#itemsArray<Google::Apis::GanV1beta1::CcOffer>

The credit card offers. Corresponds to the JSON property items



750
751
752
# File 'generated/google/apis/gan_v1beta1/classes.rb', line 750

def items
  @items
end

#kindString

The kind for a page of credit card offers. Corresponds to the JSON property kind

Returns:

  • (String)


755
756
757
# File 'generated/google/apis/gan_v1beta1/classes.rb', line 755

def kind
  @kind
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



762
763
764
765
# File 'generated/google/apis/gan_v1beta1/classes.rb', line 762

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