Class: Google::Apis::WalletobjectsV1::IssuerListResponse

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ IssuerListResponse

Returns a new instance of IssuerListResponse.



4317
4318
4319
# File 'lib/google/apis/walletobjects_v1/classes.rb', line 4317

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

Instance Attribute Details

#resourcesArray<Google::Apis::WalletobjectsV1::Issuer>

Resources corresponding to the list request. Corresponds to the JSON property resources



4315
4316
4317
# File 'lib/google/apis/walletobjects_v1/classes.rb', line 4315

def resources
  @resources
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4322
4323
4324
# File 'lib/google/apis/walletobjects_v1/classes.rb', line 4322

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