class Comet::StorjVirtualStorageRoleSetting

def to_hash

Returns:
  • (Hash) - The complete object as a Ruby hash
def to_hash
  ret = {}
  ret['SatelliteAddress'] = @satellite_address
  ret['APIKey'] = @apikey
  ret['Passphrase'] = @passphrase
  ret['Bucket'] = @bucket
  @unknown_json_fields.each do |k, v|
    ret[k] = v
  end
  ret
end