Class Step (1.3.2)

Step(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Represents the status of one operation step.

Attributes

NameDescription
description str
The short description of the step.
status google.cloud.servicemanagement_v1.types.OperationMetadata.Status
The status code.

Inheritance

builtins.object > proto.message.Message > Step