Class: Google::Apis::GanV1beta1::CcOffers
- Inherits:
-
Object
- Object
- Google::Apis::GanV1beta1::CcOffers
- 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
-
#items ⇒ Array<Google::Apis::GanV1beta1::CcOffer>
The credit card offers.
-
#kind ⇒ String
The kind for a page of credit card offers.
Instance Method Summary collapse
-
#initialize(**args) ⇒ CcOffers
constructor
A new instance of CcOffers.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
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
#items ⇒ Array<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 |
#kind ⇒ String
The kind for a page of credit card offers.
Corresponds to the JSON property kind
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 |