Name | Type | Description | Notes |
---|---|---|---|
ApiEndpoint | Pointer to string | API called. | [optional] |
ApiMethod | Pointer to string | HTTP method for API called. | [optional] |
ApiCount | int64 | Count of API calls over the requested timeframe. | |
Kind | Pointer to string | Whether the API calls are of kind automation or governance | [optional] |
ClientName | Pointer to string | Name of the api client that called the API endpoint | [optional] |
UserAgent | Pointer to string | Version of the api client that called the API endpoint | [optional] |
DctVersion | Pointer to string | DCT version at the time of api call | [optional] |
func NewApiUsageData(apiCount int64, ) *ApiUsageData
NewApiUsageData instantiates a new ApiUsageData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewApiUsageDataWithDefaults() *ApiUsageData
NewApiUsageDataWithDefaults instantiates a new ApiUsageData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *ApiUsageData) GetApiEndpoint() string
GetApiEndpoint returns the ApiEndpoint field if non-nil, zero value otherwise.
func (o *ApiUsageData) GetApiEndpointOk() (*string, bool)
GetApiEndpointOk returns a tuple with the ApiEndpoint field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiUsageData) SetApiEndpoint(v string)
SetApiEndpoint sets ApiEndpoint field to given value.
func (o *ApiUsageData) HasApiEndpoint() bool
HasApiEndpoint returns a boolean if a field has been set.
func (o *ApiUsageData) GetApiMethod() string
GetApiMethod returns the ApiMethod field if non-nil, zero value otherwise.
func (o *ApiUsageData) GetApiMethodOk() (*string, bool)
GetApiMethodOk returns a tuple with the ApiMethod field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiUsageData) SetApiMethod(v string)
SetApiMethod sets ApiMethod field to given value.
func (o *ApiUsageData) HasApiMethod() bool
HasApiMethod returns a boolean if a field has been set.
func (o *ApiUsageData) GetApiCount() int64
GetApiCount returns the ApiCount field if non-nil, zero value otherwise.
func (o *ApiUsageData) GetApiCountOk() (*int64, bool)
GetApiCountOk returns a tuple with the ApiCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiUsageData) SetApiCount(v int64)
SetApiCount sets ApiCount field to given value.
func (o *ApiUsageData) GetKind() string
GetKind returns the Kind field if non-nil, zero value otherwise.
func (o *ApiUsageData) GetKindOk() (*string, bool)
GetKindOk returns a tuple with the Kind field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiUsageData) SetKind(v string)
SetKind sets Kind field to given value.
func (o *ApiUsageData) HasKind() bool
HasKind returns a boolean if a field has been set.
func (o *ApiUsageData) GetClientName() string
GetClientName returns the ClientName field if non-nil, zero value otherwise.
func (o *ApiUsageData) GetClientNameOk() (*string, bool)
GetClientNameOk returns a tuple with the ClientName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiUsageData) SetClientName(v string)
SetClientName sets ClientName field to given value.
func (o *ApiUsageData) HasClientName() bool
HasClientName returns a boolean if a field has been set.
func (o *ApiUsageData) GetUserAgent() string
GetUserAgent returns the UserAgent field if non-nil, zero value otherwise.
func (o *ApiUsageData) GetUserAgentOk() (*string, bool)
GetUserAgentOk returns a tuple with the UserAgent field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiUsageData) SetUserAgent(v string)
SetUserAgent sets UserAgent field to given value.
func (o *ApiUsageData) HasUserAgent() bool
HasUserAgent returns a boolean if a field has been set.
func (o *ApiUsageData) GetDctVersion() string
GetDctVersion returns the DctVersion field if non-nil, zero value otherwise.
func (o *ApiUsageData) GetDctVersionOk() (*string, bool)
GetDctVersionOk returns a tuple with the DctVersion field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiUsageData) SetDctVersion(v string)
SetDctVersion sets DctVersion field to given value.
func (o *ApiUsageData) HasDctVersion() bool
HasDctVersion returns a boolean if a field has been set.