Class: Google::Apis::WalletobjectsV1::IssuerListResponse
- Inherits:
-
Object
- Object
- Google::Apis::WalletobjectsV1::IssuerListResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/walletobjects_v1/classes.rb,
lib/google/apis/walletobjects_v1/representations.rb,
lib/google/apis/walletobjects_v1/representations.rb
Instance Attribute Summary collapse
-
#resources ⇒ Array<Google::Apis::WalletobjectsV1::Issuer>
Resources corresponding to the list request.
Instance Method Summary collapse
-
#initialize(**args) ⇒ IssuerListResponse
constructor
A new instance of IssuerListResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ IssuerListResponse
Returns a new instance of IssuerListResponse.
4646 4647 4648 |
# File 'lib/google/apis/walletobjects_v1/classes.rb', line 4646 def initialize(**args) update!(**args) end |
Instance Attribute Details
#resources ⇒ Array<Google::Apis::WalletobjectsV1::Issuer>
Resources corresponding to the list request.
Corresponds to the JSON property resources
4644 4645 4646 |
# File 'lib/google/apis/walletobjects_v1/classes.rb', line 4644 def resources @resources end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4651 4652 4653 |
# File 'lib/google/apis/walletobjects_v1/classes.rb', line 4651 def update!(**args) @resources = args[:resources] if args.key?(:resources) end |