Class: CldProvisioning::Models::Operations::GetProductEnvironmentRequest

Inherits:
Object
  • Object
show all
Extended by:
T::Sig
Includes:
Crystalline::MetadataFields
Defined in:
lib/cld_provisioning/models/operations/getproductenvironment_request.rb

Instance Method Summary collapse

Methods included from Crystalline::MetadataFields

#field, #fields, included, #marshal_single, #to_dict, #to_json

Constructor Details

#initialize(sub_account_id:, account_id: nil) ⇒ GetProductEnvironmentRequest

Returns a new instance of GetProductEnvironmentRequest.



29
30
31
32
# File 'lib/cld_provisioning/models/operations/getproductenvironment_request.rb', line 29

def initialize(sub_account_id:, account_id: nil)
  @sub_account_id = 
  @account_id = 
end

Instance Method Details

#==(other) ⇒ Object



35
36
37
38
39
40
# File 'lib/cld_provisioning/models/operations/getproductenvironment_request.rb', line 35

def ==(other)
  return false unless other.is_a?(self.class)
  return false unless @sub_account_id == other.
  return false unless @account_id == other.
  true
end