Method: Harbor1Client::WebhookTargetObject.swagger_types

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

.swagger_typesObject

Attribute type mapping.



41
42
43
44
45
46
47
48
# File 'lib/harbor1_client/models/webhook_target_object.rb', line 41

def self.swagger_types
  {
    :'type' => :'String',
    :'address' => :'String',
    :'auth_header' => :'String',
    :'skip_cert_verify' => :'BOOLEAN'
  }
end