Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
142 changes: 82 additions & 60 deletions generated/stackstate_api/.openapi-generator/FILES

Large diffs are not rendered by default.

80 changes: 46 additions & 34 deletions generated/stackstate_api/README.md

Large diffs are not rendered by default.

1,182 changes: 742 additions & 440 deletions generated/stackstate_api/api/openapi.yaml

Large diffs are not rendered by default.

233 changes: 229 additions & 4 deletions generated/stackstate_api/api_component_presentation.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

98 changes: 98 additions & 0 deletions generated/stackstate_api/docs/BaseComponentField.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,98 @@
# BaseComponentField

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**FieldId** | **string** | |
**Title** | **string** | |
**Description** | Pointer to **string** | | [optional]

## Methods

### NewBaseComponentField

`func NewBaseComponentField(fieldId string, title string, ) *BaseComponentField`

NewBaseComponentField instantiates a new BaseComponentField 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

### NewBaseComponentFieldWithDefaults

`func NewBaseComponentFieldWithDefaults() *BaseComponentField`

NewBaseComponentFieldWithDefaults instantiates a new BaseComponentField 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

### GetFieldId

`func (o *BaseComponentField) GetFieldId() string`

GetFieldId returns the FieldId field if non-nil, zero value otherwise.

### GetFieldIdOk

`func (o *BaseComponentField) GetFieldIdOk() (*string, bool)`

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

### SetFieldId

`func (o *BaseComponentField) SetFieldId(v string)`

SetFieldId sets FieldId field to given value.


### GetTitle

`func (o *BaseComponentField) GetTitle() string`

GetTitle returns the Title field if non-nil, zero value otherwise.

### GetTitleOk

`func (o *BaseComponentField) GetTitleOk() (*string, bool)`

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

### SetTitle

`func (o *BaseComponentField) SetTitle(v string)`

SetTitle sets Title field to given value.


### GetDescription

`func (o *BaseComponentField) GetDescription() string`

GetDescription returns the Description field if non-nil, zero value otherwise.

### GetDescriptionOk

`func (o *BaseComponentField) 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.

### SetDescription

`func (o *BaseComponentField) SetDescription(v string)`

SetDescription sets Description field to given value.

### HasDescription

`func (o *BaseComponentField) HasDescription() bool`

HasDescription returns a boolean if a field has been set.


[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


Loading
Loading