Class: OpenApiSDK::Shared::UnifiedFilestorageUserOutput

Inherits:
Utils::FieldAugmented show all
Extended by:
T::Sig
Defined in:
lib/open_api_sdk/models/shared/unifiedfilestorageuseroutput.rb

Instance Method Summary collapse

Methods included from MetadataFields

#field, #fields, included, #marshal_json, #marshal_single

Constructor Details

#initialize(email: nil, is_me: nil, name: nil, created_at: nil, field_mappings: nil, id: nil, modified_at: nil, remote_data: nil, remote_id: nil) ⇒ UnifiedFilestorageUserOutput

Returns a new instance of UnifiedFilestorageUserOutput.



35
36
37
38
39
40
41
42
43
44
45
# File 'lib/open_api_sdk/models/shared/unifiedfilestorageuseroutput.rb', line 35

def initialize(email: nil, is_me: nil, name: nil, created_at: nil, field_mappings: nil, id: nil, modified_at: nil, remote_data: nil, remote_id: nil)
  @email = email
  @is_me = is_me
  @name = name
  @created_at = created_at
  @field_mappings = field_mappings
  @id = id
  @modified_at = modified_at
  @remote_data = remote_data
  @remote_id = remote_id
end