Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Swagger.json (12207781075) #275

Closed
wants to merge 2 commits into from
Closed
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 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.dev352"
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
Loading
Loading