Skip to content

Commit

Permalink
Generate Client Library code - Automated
Browse files Browse the repository at this point in the history
  • Loading branch information
pyansys-ci-bot authored and actions-user committed Dec 7, 2024
1 parent 497ecfd commit 05d99a6
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 1 deletion.
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.dev348"
version = "4.0.0.dev350"
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,6 +107,7 @@ 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 @@ -118,6 +119,7 @@ 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,6 +122,7 @@ 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 @@ -133,6 +134,7 @@ 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,6 +105,7 @@ 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 @@ -116,6 +117,7 @@ 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,6 +122,7 @@ 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 @@ -133,6 +134,7 @@ 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,6 +107,7 @@ 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 @@ -118,6 +119,7 @@ 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,6 +122,7 @@ 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 @@ -133,6 +134,7 @@ 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

0 comments on commit 05d99a6

Please sign in to comment.