ConnectionType Class

Definition of the connection type.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
ConnectionType

Constructor

ConnectionType(*, is_global: Optional[bool] = None, last_modified_time: Optional[datetime.datetime] = None, description: Optional[str] = None, **kwargs)

Parameters

is_global
bool
Required

Gets or sets a Boolean value to indicate if the connection type is global.

last_modified_time
datetime
Required

Gets or sets the last modified time.

description
str
Required

Gets or sets the description.

Variables

id
str

Gets the id of the resource.

name
str

Gets the name of the connection type.

type
str

Resource type.

field_definitions
dict[str, FieldDefinition]

Gets the field definitions of the connection type.

creation_time
datetime

Gets the creation time.