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

     1  # Uri
     2  
     3  ## Properties
     4  Name | Type | Description | Notes
     5  ------------ | ------------- | ------------- | -------------
     6  **Absolute** | **bool** |  | [optional] [default to null]
     7  **Authority** | **string** |  | [optional] [default to null]
     8  **Fragment** | **string** |  | [optional] [default to null]
     9  **Host** | **string** |  | [optional] [default to null]
    10  **Opaque** | **bool** |  | [optional] [default to null]
    11  **Path** | **string** |  | [optional] [default to null]
    12  **Port** | **int32** |  | [optional] [default to null]
    13  **Query** | **string** |  | [optional] [default to null]
    14  **RawAuthority** | **string** |  | [optional] [default to null]
    15  **RawFragment** | **string** |  | [optional] [default to null]
    16  **RawPath** | **string** |  | [optional] [default to null]
    17  **RawQuery** | **string** |  | [optional] [default to null]
    18  **RawSchemeSpecificPart** | **string** |  | [optional] [default to null]
    19  **RawUserInfo** | **string** |  | [optional] [default to null]
    20  **Scheme** | **string** |  | [optional] [default to null]
    21  **SchemeSpecificPart** | **string** |  | [optional] [default to null]
    22  **UserInfo** | **string** |  | [optional] [default to null]
    23  
    24  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    25  
    26