Method: Kickflow::PatchFoldersFolderIdRequest.attribute_map

Defined in:
lib/kickflow/models/patch_folders_folder_id_request.rb

.attribute_mapObject

Attribute mapping from ruby-style variable name to JSON key.



31
32
33
34
35
36
37
38
# File 'lib/kickflow/models/patch_folders_folder_id_request.rb', line 31

def self.attribute_map
  {
    :'name' => :'name',
    :'code' => :'code',
    :'description' => :'description',
    :'parent_folder_id' => :'parentFolderId'
  }
end