Skip to main content

DesPartChangeLifecycleStatePayload

Represents the payload returned after changing the lifecycle state of a part.

type DesPartChangeLifecycleStatePayload {
errors: [DesPartErrorPayload!]!
isSuccessful: Boolean!
}

Fields

DesPartChangeLifecycleStatePayload.errors ● [DesPartErrorPayload!]! non-null object

Errors that occurred while performing the operation.

DesPartChangeLifecycleStatePayload.isSuccessful ● Boolean! non-null scalar

Indicates whether the lifecycle state of the part was changed. Always false when errors is not empty.