Class: OpenApiSDK::Shared::UnifiedFilestorageGroupOutput

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

Instance Method Summary collapse

Methods included from MetadataFields

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

Constructor Details

#initialize(name: nil, remote_was_deleted: nil, users: nil, created_at: nil, field_mappings: nil, id: nil, modified_at: nil, remote_data: nil, remote_id: nil) ⇒ UnifiedFilestorageGroupOutput

Returns a new instance of UnifiedFilestorageGroupOutput.



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

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