Method: Harbor1Client::WebhookTargetObject.attribute_map

Defined in:
lib/harbor1_client/models/webhook_target_object.rb

.attribute_mapObject

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



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

def self.attribute_map
  {
    :'type' => :'type',
    :'address' => :'address',
    :'auth_header' => :'auth_header',
    :'skip_cert_verify' => :'skip_cert_verify'
  }
end