github.com/spinnaker/spin@v1.30.0/gateapi/docs/Url.md (about)

     1  # Url
     2  
     3  ## Properties
     4  Name | Type | Description | Notes
     5  ------------ | ------------- | ------------- | -------------
     6  **Authority** | **string** |  | [optional] [default to null]
     7  **Content** | [***interface{}**](interface{}.md) |  | [optional] [default to null]
     8  **DefaultPort** | **int32** |  | [optional] [default to null]
     9  **DeserializedFields** | [***UrlStreamHandler**](URLStreamHandler.md) |  | [optional] [default to null]
    10  **File** | **string** |  | [optional] [default to null]
    11  **Host** | **string** |  | [optional] [default to null]
    12  **Path** | **string** |  | [optional] [default to null]
    13  **Port** | **int32** |  | [optional] [default to null]
    14  **Protocol** | **string** |  | [optional] [default to null]
    15  **Query** | **string** |  | [optional] [default to null]
    16  **Ref** | **string** |  | [optional] [default to null]
    17  **SerializedHashCode** | **int32** |  | [optional] [default to null]
    18  **UserInfo** | **string** |  | [optional] [default to null]
    19  
    20  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    21  
    22