mistk.model.client.models.mistk_metric_list module

Model Integration Software ToolKit

No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) # noqa: E501

OpenAPI spec version: 1.0.0

Generated by: https://github.com/swagger-api/swagger-codegen.git

class mistk.model.client.models.mistk_metric_list.MistkMetricList(items=None, continue_token=None)

Bases: object

NOTE: This class is auto generated by the swagger code generator program.

Do not edit the class manually.

attribute_map = {'continue_token': 'continueToken', 'items': 'items'}
property continue_token

Gets the continue_token of this MistkMetricList. # noqa: E501

Returns

The continue_token of this MistkMetricList. # noqa: E501

Return type

str

property items

Gets the items of this MistkMetricList. # noqa: E501

Returns

The items of this MistkMetricList. # noqa: E501

Return type

list[MistkMetric]

swagger_types = {'continue_token': 'str', 'items': 'list[MistkMetric]'}
to_dict()

Returns the model properties as a dict

to_str()

Returns the string representation of the model