ansys.sherlock.core.types.layer_types.DeletePottingRegionRequest#

class ansys.sherlock.core.types.layer_types.DeletePottingRegionRequest(**data)#

Request to delete 1 or more potting regions.

Methods

DeletePottingRegionRequest.construct([...])

DeletePottingRegionRequest.copy(*[, ...])

Returns a copy of the model.

DeletePottingRegionRequest.dict(*[, ...])

DeletePottingRegionRequest.from_orm(obj)

DeletePottingRegionRequest.json(*[, ...])

DeletePottingRegionRequest.model_construct([...])

Creates a new instance of the Model class with validated data.

DeletePottingRegionRequest.model_copy(*[, ...])

!!! abstract "Usage Documentation"

DeletePottingRegionRequest.model_dump(*[, ...])

!!! abstract "Usage Documentation"

DeletePottingRegionRequest.model_dump_json(*)

!!! abstract "Usage Documentation"

DeletePottingRegionRequest.model_json_schema([...])

Generates a JSON schema for a model class.

DeletePottingRegionRequest.model_parametrized_name(params)

Compute the class name for parametrizations of generic classes.

DeletePottingRegionRequest.model_post_init(...)

Override this method to perform additional initialization after __init__ and model_construct.

DeletePottingRegionRequest.model_rebuild(*)

Try to rebuild the pydantic-core schema for the model.

DeletePottingRegionRequest.model_validate(obj, *)

Validate a pydantic model instance.

DeletePottingRegionRequest.model_validate_json(...)

!!! abstract "Usage Documentation"

DeletePottingRegionRequest.model_validate_strings(obj, *)

Validate the given object with string data against the Pydantic model.

DeletePottingRegionRequest.parse_file(path, *)

DeletePottingRegionRequest.parse_obj(obj)

DeletePottingRegionRequest.parse_raw(b, *[, ...])

DeletePottingRegionRequest.schema([...])

DeletePottingRegionRequest.schema_json(*[, ...])

DeletePottingRegionRequest.str_validation(...)

Validate string fields listed.

DeletePottingRegionRequest.update_forward_refs(...)

DeletePottingRegionRequest.validate(value)

Attributes

DeletePottingRegionRequest.model_computed_fields

DeletePottingRegionRequest.model_config

Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].

DeletePottingRegionRequest.model_extra

Get extra fields set during validation.

DeletePottingRegionRequest.model_fields

DeletePottingRegionRequest.model_fields_set

Returns the set of fields that have been explicitly set on this model instance.

DeletePottingRegionRequest.project

Name of the project containing the potting regions to delete.

DeletePottingRegionRequest.potting_region_delete_data

Data identifying which potting regions should be deleted.