Name | Type | Description | Notes |
---|---|---|---|
Plans | []FlowInspectorPlan | ||
CurrentPlan | Pointer to FlowInspectorPlan | [optional] | |
IsCompleted | bool |
func NewFlowInspection(plans []FlowInspectorPlan, isCompleted bool, ) *FlowInspection
NewFlowInspection instantiates a new FlowInspection 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 NewFlowInspectionWithDefaults() *FlowInspection
NewFlowInspectionWithDefaults instantiates a new FlowInspection 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 *FlowInspection) GetPlans() []FlowInspectorPlan
GetPlans returns the Plans field if non-nil, zero value otherwise.
func (o *FlowInspection) GetPlansOk() (*[]FlowInspectorPlan, bool)
GetPlansOk returns a tuple with the Plans field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FlowInspection) SetPlans(v []FlowInspectorPlan)
SetPlans sets Plans field to given value.
func (o *FlowInspection) GetCurrentPlan() FlowInspectorPlan
GetCurrentPlan returns the CurrentPlan field if non-nil, zero value otherwise.
func (o *FlowInspection) GetCurrentPlanOk() (*FlowInspectorPlan, bool)
GetCurrentPlanOk returns a tuple with the CurrentPlan field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FlowInspection) SetCurrentPlan(v FlowInspectorPlan)
SetCurrentPlan sets CurrentPlan field to given value.
func (o *FlowInspection) HasCurrentPlan() bool
HasCurrentPlan returns a boolean if a field has been set.
func (o *FlowInspection) GetIsCompleted() bool
GetIsCompleted returns the IsCompleted field if non-nil, zero value otherwise.
func (o *FlowInspection) GetIsCompletedOk() (*bool, bool)
GetIsCompletedOk returns a tuple with the IsCompleted field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FlowInspection) SetIsCompleted(v bool)
SetIsCompleted sets IsCompleted field to given value.