Close
    logoCloudomation Docs

    Tag

    class flow_api.tag.Tag(select=None, init=None, by=name, **kwargs)

    Base class: Record

    The Tag class represents a tag. Functions from the Tag class allow interaction with Tag objects.

    :py:obj:resources.tag.Tag

    Parameters

    NameTypeDescription
    select
    init
    by
    **kwargs

    Constants

    RESOURCE = tag

    Methods

    archive ()
    clone (update=None, **kwargs)
    delete ()
    exists ()
    get (*fields, default=None)
    get_dict (*fields, default=None)
    get_identity_created_by ()
    get_identity_modified_by ()
    load (*fields)
    save (update=None, **kwargs)
    set (key, value)
    Previous
    System
    Next
    User