Method: Phrase::KeysUntagParameters.openapi_types

Defined in:
lib/phrase/models/keys_untag_parameters.rb

.openapi_typesObject

Attribute type mapping.



28
29
30
31
32
33
34
35
# File 'lib/phrase/models/keys_untag_parameters.rb', line 28

def self.openapi_types
  {
    :'branch' => :'String',
    :'q' => :'String',
    :'locale_id' => :'String',
    :'tags' => :'String'
  }
end