github.com/grokify/go-ringcentral-client@v0.3.31/office/v1/client/docs/NewCookie.md (about)

     1  # NewCookie
     2  
     3  ## Properties
     4  Name | Type | Description | Notes
     5  ------------ | ------------- | ------------- | -------------
     6  **Name** | **string** |  | [optional] 
     7  **Value** | **string** |  | [optional] 
     8  **Version** | **int32** |  | [optional] 
     9  **Path** | **string** |  | [optional] 
    10  **Domain** | **string** |  | [optional] 
    11  **Comment** | **string** |  | [optional] 
    12  **MaxAge** | **int32** |  | [optional] 
    13  **Expiry** | [**time.Time**](time.Time.md) |  | [optional] 
    14  **Secure** | **bool** |  | [optional] [default to false]
    15  **HttpOnly** | **bool** |  | [optional] [default to false]
    16  
    17  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    18  
    19