csc.update.ConstantSettingsId

class csc.update.ConstantSettingsId

ConstantSettingsId is a guid based id. It is always equal to the group id, where the constant will be used.

__init__(*args, **kwargs)

Overloaded function.

  1. __init__(self: csc.update.ConstantSettingsId, arg0: csc.update.GroupId) -> None

  2. __init__(self: csc.update.ConstantSettingsId, arg0: str) -> None

  3. __init__(self: csc.update.ConstantSettingsId) -> None

Methods

__init__(*args, **kwargs)

Overloaded function.

__annotations__ = {}
__init__(*args, **kwargs)

Overloaded function.

  1. __init__(self: csc.update.ConstantSettingsId, arg0: csc.update.GroupId) -> None

  2. __init__(self: csc.update.ConstantSettingsId, arg0: str) -> None

  3. __init__(self: csc.update.ConstantSettingsId) -> None

__module__ = 'csc.update'