Name | Type | Description | Notes |
---|---|---|---|
OrderedSubPhaseReferences | Pointer to string | Ordered CSV of sub phase references to objects that contain more information about provisioning. For example, this can contain "manualWorkItemDetails" which indicate that there is further information in that object for this phase. | [optional] |
func NewRequestedItemStatusProvisioningDetails() *RequestedItemStatusProvisioningDetails
NewRequestedItemStatusProvisioningDetails instantiates a new RequestedItemStatusProvisioningDetails object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewRequestedItemStatusProvisioningDetailsWithDefaults() *RequestedItemStatusProvisioningDetails
NewRequestedItemStatusProvisioningDetailsWithDefaults instantiates a new RequestedItemStatusProvisioningDetails object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *RequestedItemStatusProvisioningDetails) GetOrderedSubPhaseReferences() string
GetOrderedSubPhaseReferences returns the OrderedSubPhaseReferences field if non-nil, zero value otherwise.
func (o *RequestedItemStatusProvisioningDetails) GetOrderedSubPhaseReferencesOk() (*string, bool)
GetOrderedSubPhaseReferencesOk returns a tuple with the OrderedSubPhaseReferences field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RequestedItemStatusProvisioningDetails) SetOrderedSubPhaseReferences(v string)
SetOrderedSubPhaseReferences sets OrderedSubPhaseReferences field to given value.
func (o *RequestedItemStatusProvisioningDetails) HasOrderedSubPhaseReferences() bool
HasOrderedSubPhaseReferences returns a boolean if a field has been set.