argo.models.v1alpha1_item_value

Argo

Argo # noqa: E501

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

Module Contents

class argo.models.v1alpha1_item_value.V1alpha1ItemValue(bool_val=None, list_val=None, map_val=None, num_val=None, str_val=None, type=None)

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

Do not edit the class manually.

V1alpha1ItemValue - a model defined in OpenAPI

openapi_types
attribute_map
property bool_val(self)

Gets the bool_val of this V1alpha1ItemValue. # noqa: E501

Returns

The bool_val of this V1alpha1ItemValue. # noqa: E501

Return type

bool

property list_val(self)

Gets the list_val of this V1alpha1ItemValue. # noqa: E501

Returns

The list_val of this V1alpha1ItemValue. # noqa: E501

Return type

list[str]

property map_val(self)

Gets the map_val of this V1alpha1ItemValue. # noqa: E501

Returns

The map_val of this V1alpha1ItemValue. # noqa: E501

Return type

dict(str, str)

property num_val(self)

Gets the num_val of this V1alpha1ItemValue. # noqa: E501

Returns

The num_val of this V1alpha1ItemValue. # noqa: E501

Return type

str

property str_val(self)

Gets the str_val of this V1alpha1ItemValue. # noqa: E501

Returns

The str_val of this V1alpha1ItemValue. # noqa: E501

Return type

str

property type(self)

Gets the type of this V1alpha1ItemValue. # noqa: E501

Returns

The type of this V1alpha1ItemValue. # 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