Skip to content

Latest commit

 

History

History
80 lines (45 loc) · 2.71 KB

ConfiguredProductResponseConfiguration.md

File metadata and controls

80 lines (45 loc) · 2.71 KB

ConfiguredProductResponseConfiguration

Properties

Name Type Description Notes
WorkspaceID Pointer to string Workspace ID [optional]
TrafficRamp Pointer to string Traffic ramp [optional]

Methods

NewConfiguredProductResponseConfiguration

func NewConfiguredProductResponseConfiguration() *ConfiguredProductResponseConfiguration

NewConfiguredProductResponseConfiguration instantiates a new ConfiguredProductResponseConfiguration 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

NewConfiguredProductResponseConfigurationWithDefaults

func NewConfiguredProductResponseConfigurationWithDefaults() *ConfiguredProductResponseConfiguration

NewConfiguredProductResponseConfigurationWithDefaults instantiates a new ConfiguredProductResponseConfiguration 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

GetWorkspaceID

func (o *ConfiguredProductResponseConfiguration) GetWorkspaceID() string

GetWorkspaceID returns the WorkspaceID field if non-nil, zero value otherwise.

GetWorkspaceIDOk

func (o *ConfiguredProductResponseConfiguration) GetWorkspaceIDOk() (*string, bool)

GetWorkspaceIDOk returns a tuple with the WorkspaceID field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetWorkspaceID

func (o *ConfiguredProductResponseConfiguration) SetWorkspaceID(v string)

SetWorkspaceID sets WorkspaceID field to given value.

HasWorkspaceID

func (o *ConfiguredProductResponseConfiguration) HasWorkspaceID() bool

HasWorkspaceID returns a boolean if a field has been set.

GetTrafficRamp

func (o *ConfiguredProductResponseConfiguration) GetTrafficRamp() string

GetTrafficRamp returns the TrafficRamp field if non-nil, zero value otherwise.

GetTrafficRampOk

func (o *ConfiguredProductResponseConfiguration) GetTrafficRampOk() (*string, bool)

GetTrafficRampOk returns a tuple with the TrafficRamp field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetTrafficRamp

func (o *ConfiguredProductResponseConfiguration) SetTrafficRamp(v string)

SetTrafficRamp sets TrafficRamp field to given value.

HasTrafficRamp

func (o *ConfiguredProductResponseConfiguration) HasTrafficRamp() bool

HasTrafficRamp returns a boolean if a field has been set.

Back to API list | Back to README