api_token_api_token
¶
OQTOPUS Cloud User API
OQTOPUS Cloud User API. This API is used to interact with the OQTOPUS Cloud service. The API provides endpoints to manage devices, jobs, and results. # noqa: E501
OpenAPI spec version: 1.0 Contact: oqtopus-team[at]googlegroups.com Generated by: https://github.com/swagger-api/swagger-codegen.git
Classes:
-
ApiTokenApiToken–NOTE: This class is auto generated by the swagger code generator program.
ApiTokenApiToken
¶
ApiTokenApiToken(
api_token_secret=None, api_token_expiration=None
)
NOTE: This class is auto generated by the swagger code generator program.
Do not edit the class manually.
Methods:
-
to_dict–Returns the model properties as a dict
-
to_str–Returns the string representation of the model
Attributes:
-
api_token_expiration–Gets the api_token_expiration of this ApiTokenApiToken. # noqa: E501
-
api_token_secret–Gets the api_token_secret of this ApiTokenApiToken. # noqa: E501
api_token_expiration
property
writable
¶
api_token_expiration
Gets the api_token_expiration of this ApiTokenApiToken. # noqa: E501
The expiration date of the api token # noqa: E501
:return: The api_token_expiration of this ApiTokenApiToken. # noqa: E501 :rtype: datetime
api_token_secret
property
writable
¶
api_token_secret
Gets the api_token_secret of this ApiTokenApiToken. # noqa: E501
The api token secret # noqa: E501
:return: The api_token_secret of this ApiTokenApiToken. # noqa: E501 :rtype: str