argo.models.v1alpha1_sequence

Argo

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501

The version of the OpenAPI document: v2.4.3 Generated by: https://openapi-generator.tech

Module Contents

class argo.models.v1alpha1_sequence.V1alpha1Sequence(count=None, end=None, format=None, start=None, local_vars_configuration=None)

Bases: object

NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech

Do not edit the class manually.

V1alpha1Sequence - a model defined in OpenAPI

openapi_types
attribute_map
property count(self)

Gets the count of this V1alpha1Sequence. # noqa: E501

Count is number of elements in the sequence (default: 0). Not to be used with end # noqa: E501

Returns

The count of this V1alpha1Sequence. # noqa: E501

Return type

str

property end(self)

Gets the end of this V1alpha1Sequence. # noqa: E501

Number at which to end the sequence (default: 0). Not to be used with Count # noqa: E501

Returns

The end of this V1alpha1Sequence. # noqa: E501

Return type

str

property format(self)

Gets the format of this V1alpha1Sequence. # noqa: E501

Format is a printf format string to format the value in the sequence # noqa: E501

Returns

The format of this V1alpha1Sequence. # noqa: E501

Return type

str

property start(self)

Gets the start of this V1alpha1Sequence. # noqa: E501

Number at which to start the sequence (default: 0) # noqa: E501

Returns

The start of this V1alpha1Sequence. # noqa: E501

Return type

str

to_dict(self)

Returns the model properties as a dict

to_str(self)

Returns the string representation of the model