Namespace: UpdateActivityOptionsRequest
workflowservice.v1.UpdateActivityOptionsRequest
Interfaces
Type Aliases
$Shape
Ƭ $Shape: { activityOptions?: $Shape | null ; execution?: $Shape | null ; id?: string | null ; identity?: string | null ; matchAll?: boolean | null ; namespace?: string | null ; restoreOriginal?: boolean | null ; type?: string | null ; updateMask?: $Shape | null } & { activity?: undefined ; id?: null ; matchAll?: null ; type?: null } | { activity?: "id" ; id: string ; matchAll?: null ; type?: null } | { activity?: "type" ; id?: null ; matchAll?: null ; type: string } | { activity?: "matchAll" ; id?: null ; matchAll: boolean ; type?: null }
Narrowed shape of an UpdateActivityOptionsRequest.