Skip to content

Commit

Permalink
Update Swagger.json (12190003500) (#273)
Browse files Browse the repository at this point in the history
Co-authored-by: pyansys-ci-bot <[email protected]>
  • Loading branch information
pyansys-ci-bot and pyansys-ci-bot authored Dec 6, 2024
1 parent ee213ed commit 5021904
Show file tree
Hide file tree
Showing 8 changed files with 519 additions and 539 deletions.
2 changes: 1 addition & 1 deletion ansys-grantami-serverapi-openapi/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry]
name = "ansys-grantami-serverapi-openapi"
description = "Autogenerated client library for the Granta MI Server API."
version = "4.0.0.dev346"
version = "4.0.0.dev348"
license = "MIT"
authors = ["ANSYS, Inc. <[email protected]>"]
maintainers = ["ANSYS, Inc. <[email protected]>"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ def __init__(
@property
def default_value(self) -> "Union[float, None, Unset_Type]":
"""Gets the default_value of this GsaCreateDiscreteFunctionalAttributeNumericParameter.
If there is no default value, fallback to the parameter default.
Returns
-------
Expand All @@ -119,7 +118,6 @@ def default_value(self) -> "Union[float, None, Unset_Type]":
@default_value.setter
def default_value(self, default_value: "Union[float, None, Unset_Type]") -> None:
"""Sets the default_value of this GsaCreateDiscreteFunctionalAttributeNumericParameter.
If there is no default value, fallback to the parameter default.
Parameters
----------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ def __init__(
@property
def default_value(self) -> "Union[float, None, Unset_Type]":
"""Gets the default_value of this GsaCreateFloatFunctionalAttributeNumericParameter.
If there is no default value, fallback to the parameter default.
Returns
-------
Expand All @@ -134,7 +133,6 @@ def default_value(self) -> "Union[float, None, Unset_Type]":
@default_value.setter
def default_value(self, default_value: "Union[float, None, Unset_Type]") -> None:
"""Sets the default_value of this GsaCreateFloatFunctionalAttributeNumericParameter.
If there is no default value, fallback to the parameter default.
Parameters
----------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ def __init__(
@property
def default_value(self) -> "Union[float, None, Unset_Type]":
"""Gets the default_value of this GsaDiscreteFunctionalAttributeNumericParameter.
If there is no default value, fallback to the parameter default.
Returns
-------
Expand All @@ -117,7 +116,6 @@ def default_value(self) -> "Union[float, None, Unset_Type]":
@default_value.setter
def default_value(self, default_value: "Union[float, None, Unset_Type]") -> None:
"""Sets the default_value of this GsaDiscreteFunctionalAttributeNumericParameter.
If there is no default value, fallback to the parameter default.
Parameters
----------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ def __init__(
@property
def default_value(self) -> "Union[float, None, Unset_Type]":
"""Gets the default_value of this GsaFloatFunctionalAttributeNumericParameter.
If there is no default value, fallback to the parameter default.
Returns
-------
Expand All @@ -134,7 +133,6 @@ def default_value(self) -> "Union[float, None, Unset_Type]":
@default_value.setter
def default_value(self, default_value: "Union[float, None, Unset_Type]") -> None:
"""Sets the default_value of this GsaFloatFunctionalAttributeNumericParameter.
If there is no default value, fallback to the parameter default.
Parameters
----------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ def __init__(
@property
def default_value(self) -> "Union[float, None, Unset_Type]":
"""Gets the default_value of this GsaUpdateDiscreteFunctionalAttributeNumericParameter.
If there is no default value, fallback to the parameter default.
Returns
-------
Expand All @@ -119,7 +118,6 @@ def default_value(self) -> "Union[float, None, Unset_Type]":
@default_value.setter
def default_value(self, default_value: "Union[float, None, Unset_Type]") -> None:
"""Sets the default_value of this GsaUpdateDiscreteFunctionalAttributeNumericParameter.
If there is no default value, fallback to the parameter default.
Parameters
----------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ def __init__(
@property
def default_value(self) -> "Union[float, None, Unset_Type]":
"""Gets the default_value of this GsaUpdateFloatFunctionalAttributeNumericParameter.
If there is no default value, fallback to the parameter default.
Returns
-------
Expand All @@ -134,7 +133,6 @@ def default_value(self) -> "Union[float, None, Unset_Type]":
@default_value.setter
def default_value(self, default_value: "Union[float, None, Unset_Type]") -> None:
"""Sets the default_value of this GsaUpdateFloatFunctionalAttributeNumericParameter.
If there is no default value, fallback to the parameter default.
Parameters
----------
Expand Down
Loading

0 comments on commit 5021904

Please sign in to comment.