Skip to content

Commit

Permalink
Updated SDK from latest definition.
Browse files Browse the repository at this point in the history
  • Loading branch information
vhadianto committed Feb 21, 2024
1 parent c0846e6 commit 679bacc
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 278 deletions.
30 changes: 0 additions & 30 deletions api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1070,21 +1070,16 @@ components:
FpIntegration:
example:
file_name: file_name
documentation: documentation
name: name
description: description
end_line_number: 0
start_line_number: 6
title: title
type: type
url: url
tags:
key: tags
properties:
description:
type: string
documentation:
type: string
end_line_number:
type: integer
file_name:
Expand All @@ -1093,10 +1088,6 @@ components:
type: string
start_line_number:
type: integer
tags:
additionalProperties:
type: string
type: object
title:
type: string
type:
Expand All @@ -1107,7 +1098,6 @@ components:
FpNotifier:
example:
file_name: file_name
documentation: documentation
name: name
description: description
notifies:
Expand Down Expand Up @@ -1142,13 +1132,9 @@ components:
end_line_number: 0
start_line_number: 6
title: title
tags:
key: tags
properties:
description:
type: string
documentation:
type: string
end_line_number:
type: integer
file_name:
Expand All @@ -1161,10 +1147,6 @@ components:
type: array
start_line_number:
type: integer
tags:
additionalProperties:
type: string
type: object
title:
type: string
type: object
Expand Down Expand Up @@ -1375,27 +1357,21 @@ components:
next_token: next_token
items:
- file_name: file_name
documentation: documentation
name: name
description: description
end_line_number: 0
start_line_number: 6
title: title
type: type
url: url
tags:
key: tags
- file_name: file_name
documentation: documentation
name: name
description: description
end_line_number: 0
start_line_number: 6
title: title
type: type
url: url
tags:
key: tags
properties:
items:
items:
Expand All @@ -1409,7 +1385,6 @@ components:
next_token: next_token
items:
- file_name: file_name
documentation: documentation
name: name
description: description
notifies:
Expand Down Expand Up @@ -1444,10 +1419,7 @@ components:
end_line_number: 0
start_line_number: 6
title: title
tags:
key: tags
- file_name: file_name
documentation: documentation
name: name
description: description
notifies:
Expand Down Expand Up @@ -1482,8 +1454,6 @@ components:
end_line_number: 0
start_line_number: 6
title: title
tags:
key: tags
properties:
items:
items:
Expand Down
52 changes: 0 additions & 52 deletions docs/FpIntegration.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,10 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Description** | Pointer to **string** | | [optional]
**Documentation** | Pointer to **string** | | [optional]
**EndLineNumber** | Pointer to **int32** | | [optional]
**FileName** | Pointer to **string** | | [optional]
**Name** | Pointer to **string** | | [optional]
**StartLineNumber** | Pointer to **int32** | | [optional]
**Tags** | Pointer to **map[string]string** | | [optional]
**Title** | Pointer to **string** | | [optional]
**Type** | Pointer to **string** | | [optional]
**Url** | Pointer to **string** | | [optional]
Expand Down Expand Up @@ -59,31 +57,6 @@ SetDescription sets Description field to given value.

HasDescription returns a boolean if a field has been set.

### GetDocumentation

`func (o *FpIntegration) GetDocumentation() string`

GetDocumentation returns the Documentation field if non-nil, zero value otherwise.

### GetDocumentationOk

`func (o *FpIntegration) GetDocumentationOk() (*string, bool)`

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

### SetDocumentation

`func (o *FpIntegration) SetDocumentation(v string)`

SetDocumentation sets Documentation field to given value.

### HasDocumentation

`func (o *FpIntegration) HasDocumentation() bool`

HasDocumentation returns a boolean if a field has been set.

### GetEndLineNumber

`func (o *FpIntegration) GetEndLineNumber() int32`
Expand Down Expand Up @@ -184,31 +157,6 @@ SetStartLineNumber sets StartLineNumber field to given value.

HasStartLineNumber returns a boolean if a field has been set.

### GetTags

`func (o *FpIntegration) GetTags() map[string]string`

GetTags returns the Tags field if non-nil, zero value otherwise.

### GetTagsOk

`func (o *FpIntegration) GetTagsOk() (*map[string]string, bool)`

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

### SetTags

`func (o *FpIntegration) SetTags(v map[string]string)`

SetTags sets Tags field to given value.

### HasTags

`func (o *FpIntegration) HasTags() bool`

HasTags returns a boolean if a field has been set.

### GetTitle

`func (o *FpIntegration) GetTitle() string`
Expand Down
52 changes: 0 additions & 52 deletions docs/FpNotifier.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,11 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Description** | Pointer to **string** | | [optional]
**Documentation** | Pointer to **string** | | [optional]
**EndLineNumber** | Pointer to **int32** | | [optional]
**FileName** | Pointer to **string** | | [optional]
**Name** | Pointer to **string** | | [optional]
**Notifies** | Pointer to [**[]FpNotify**](FpNotify.md) | | [optional]
**StartLineNumber** | Pointer to **int32** | | [optional]
**Tags** | Pointer to **map[string]string** | | [optional]
**Title** | Pointer to **string** | | [optional]

## Methods
Expand Down Expand Up @@ -58,31 +56,6 @@ SetDescription sets Description field to given value.

HasDescription returns a boolean if a field has been set.

### GetDocumentation

`func (o *FpNotifier) GetDocumentation() string`

GetDocumentation returns the Documentation field if non-nil, zero value otherwise.

### GetDocumentationOk

`func (o *FpNotifier) GetDocumentationOk() (*string, bool)`

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

### SetDocumentation

`func (o *FpNotifier) SetDocumentation(v string)`

SetDocumentation sets Documentation field to given value.

### HasDocumentation

`func (o *FpNotifier) HasDocumentation() bool`

HasDocumentation returns a boolean if a field has been set.

### GetEndLineNumber

`func (o *FpNotifier) GetEndLineNumber() int32`
Expand Down Expand Up @@ -208,31 +181,6 @@ SetStartLineNumber sets StartLineNumber field to given value.

HasStartLineNumber returns a boolean if a field has been set.

### GetTags

`func (o *FpNotifier) GetTags() map[string]string`

GetTags returns the Tags field if non-nil, zero value otherwise.

### GetTagsOk

`func (o *FpNotifier) GetTagsOk() (*map[string]string, bool)`

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

### SetTags

`func (o *FpNotifier) SetTags(v map[string]string)`

SetTags sets Tags field to given value.

### HasTags

`func (o *FpNotifier) HasTags() bool`

HasTags returns a boolean if a field has been set.

### GetTitle

`func (o *FpNotifier) GetTitle() string`
Expand Down
72 changes: 0 additions & 72 deletions model_fp_integration.go

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

Loading

0 comments on commit 679bacc

Please sign in to comment.