Skip to content
Merged
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
2 changes: 1 addition & 1 deletion .sdk-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v3.116.5
v3.118.0
2 changes: 2 additions & 0 deletions docs/AnalysisScope.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@

* `PUBLIC` (value: `"PUBLIC"`)

* `TEAM` (value: `"TEAM"`)

* `UNKNOWN_DEFAULT_OPEN_API` (value: `"11184809"`)


Expand Down
8 changes: 4 additions & 4 deletions docs/AnalysisUpdateRequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**BinaryName** | Pointer to **NullableString** | | [optional]
**AnalysisScope** | Pointer to **NullableString** | | [optional]
**AnalysisScope** | Pointer to [**NullableAnalysisScope**](AnalysisScope.md) | | [optional]

## Methods

Expand Down Expand Up @@ -63,20 +63,20 @@ HasBinaryName returns a boolean if a field has been set.
UnsetBinaryName ensures that no value is present for BinaryName, not even an explicit nil
### GetAnalysisScope

`func (o *AnalysisUpdateRequest) GetAnalysisScope() string`
`func (o *AnalysisUpdateRequest) GetAnalysisScope() AnalysisScope`

GetAnalysisScope returns the AnalysisScope field if non-nil, zero value otherwise.

### GetAnalysisScopeOk

`func (o *AnalysisUpdateRequest) GetAnalysisScopeOk() (*string, bool)`
`func (o *AnalysisUpdateRequest) GetAnalysisScopeOk() (*AnalysisScope, bool)`

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

### SetAnalysisScope

`func (o *AnalysisUpdateRequest) SetAnalysisScope(v string)`
`func (o *AnalysisUpdateRequest) SetAnalysisScope(v AnalysisScope)`

SetAnalysisScope sets AnalysisScope field to given value.

Expand Down
2 changes: 1 addition & 1 deletion v3/client.go

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

2 changes: 1 addition & 1 deletion v3/configuration.go

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

2 changes: 2 additions & 0 deletions v3/model_analysis_scope.go

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

12 changes: 6 additions & 6 deletions v3/model_analysis_update_request.go

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

Loading