Method: OCI::ObjectStorage::Models::CreatePreauthenticatedRequestDetails.attribute_map

Defined in:
lib/oci/object_storage/models/create_preauthenticated_request_details.rb

.attribute_mapObject

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



51
52
53
54
55
56
57
58
59
60
61
# File 'lib/oci/object_storage/models/create_preauthenticated_request_details.rb', line 51

def self.attribute_map
  {
    # rubocop:disable Style/SymbolLiteral
    'name': :'name',
    'bucket_listing_action': :'bucketListingAction',
    'object_name': :'objectName',
    'access_type': :'accessType',
    'time_expires': :'timeExpires'
    # rubocop:enable Style/SymbolLiteral
  }
end