Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to string | [optional] | |
Name | Pointer to string | [optional] | |
Icon | Pointer to string | [optional] | |
Color | Pointer to string | [optional] | |
Description | Pointer to string | [optional] | |
Params | Pointer to map[string]interface{} | [optional] | |
EnrollmentCode | Pointer to BlueprintsCreateBlueprint201ResponseEnrollmentCode | [optional] | |
Type | Pointer to string | [optional] |
func NewBlueprintsCreateBlueprint201Response() *BlueprintsCreateBlueprint201Response
NewBlueprintsCreateBlueprint201Response instantiates a new BlueprintsCreateBlueprint201Response 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 NewBlueprintsCreateBlueprint201ResponseWithDefaults() *BlueprintsCreateBlueprint201Response
NewBlueprintsCreateBlueprint201ResponseWithDefaults instantiates a new BlueprintsCreateBlueprint201Response 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 *BlueprintsCreateBlueprint201Response) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *BlueprintsCreateBlueprint201Response) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BlueprintsCreateBlueprint201Response) SetId(v string)
SetId sets Id field to given value.
func (o *BlueprintsCreateBlueprint201Response) HasId() bool
HasId returns a boolean if a field has been set.
func (o *BlueprintsCreateBlueprint201Response) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *BlueprintsCreateBlueprint201Response) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BlueprintsCreateBlueprint201Response) SetName(v string)
SetName sets Name field to given value.
func (o *BlueprintsCreateBlueprint201Response) HasName() bool
HasName returns a boolean if a field has been set.
func (o *BlueprintsCreateBlueprint201Response) GetIcon() string
GetIcon returns the Icon field if non-nil, zero value otherwise.
func (o *BlueprintsCreateBlueprint201Response) GetIconOk() (*string, bool)
GetIconOk returns a tuple with the Icon field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BlueprintsCreateBlueprint201Response) SetIcon(v string)
SetIcon sets Icon field to given value.
func (o *BlueprintsCreateBlueprint201Response) HasIcon() bool
HasIcon returns a boolean if a field has been set.
func (o *BlueprintsCreateBlueprint201Response) GetColor() string
GetColor returns the Color field if non-nil, zero value otherwise.
func (o *BlueprintsCreateBlueprint201Response) GetColorOk() (*string, bool)
GetColorOk returns a tuple with the Color field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BlueprintsCreateBlueprint201Response) SetColor(v string)
SetColor sets Color field to given value.
func (o *BlueprintsCreateBlueprint201Response) HasColor() bool
HasColor returns a boolean if a field has been set.
func (o *BlueprintsCreateBlueprint201Response) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *BlueprintsCreateBlueprint201Response) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BlueprintsCreateBlueprint201Response) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *BlueprintsCreateBlueprint201Response) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *BlueprintsCreateBlueprint201Response) GetParams() map[string]interface{}
GetParams returns the Params field if non-nil, zero value otherwise.
func (o *BlueprintsCreateBlueprint201Response) GetParamsOk() (*map[string]interface{}, bool)
GetParamsOk returns a tuple with the Params field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BlueprintsCreateBlueprint201Response) SetParams(v map[string]interface{})
SetParams sets Params field to given value.
func (o *BlueprintsCreateBlueprint201Response) HasParams() bool
HasParams returns a boolean if a field has been set.
func (o *BlueprintsCreateBlueprint201Response) GetEnrollmentCode() BlueprintsCreateBlueprint201ResponseEnrollmentCode
GetEnrollmentCode returns the EnrollmentCode field if non-nil, zero value otherwise.
func (o *BlueprintsCreateBlueprint201Response) GetEnrollmentCodeOk() (*BlueprintsCreateBlueprint201ResponseEnrollmentCode, bool)
GetEnrollmentCodeOk returns a tuple with the EnrollmentCode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BlueprintsCreateBlueprint201Response) SetEnrollmentCode(v BlueprintsCreateBlueprint201ResponseEnrollmentCode)
SetEnrollmentCode sets EnrollmentCode field to given value.
func (o *BlueprintsCreateBlueprint201Response) HasEnrollmentCode() bool
HasEnrollmentCode returns a boolean if a field has been set.
func (o *BlueprintsCreateBlueprint201Response) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *BlueprintsCreateBlueprint201Response) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BlueprintsCreateBlueprint201Response) SetType(v string)
SetType sets Type field to given value.
func (o *BlueprintsCreateBlueprint201Response) HasType() bool
HasType returns a boolean if a field has been set.