Method: PulpContainerClient::ContainerRepositorySyncURL.attribute_map

Defined in:
lib/pulp_container_client/models/container_repository_sync_url.rb

.attribute_mapObject

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

[View source]

29
30
31
32
33
34
35
# File 'lib/pulp_container_client/models/container_repository_sync_url.rb', line 29

def self.attribute_map
  {
    :'remote' => :'remote',
    :'mirror' => :'mirror',
    :'signed_only' => :'signed_only'
  }
end