Method: CloudmersiveConvertApiClient::FindStringRegexResponse.attribute_map
- Defined in:
- lib/cloudmersive-convert-api-client/models/find_string_regex_response.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
28 29 30 31 32 33 34 |
# File 'lib/cloudmersive-convert-api-client/models/find_string_regex_response.rb', line 28 def self.attribute_map { :'successful' => :'Successful', :'matches' => :'Matches', :'match_count' => :'MatchCount' } end |