ansys.sherlock.core.types.layer_types.CopyPottingRegionRequest#

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

Request to delete 1 or more potting regions.

Methods

CopyPottingRegionRequest.construct([_fields_set])

CopyPottingRegionRequest.copy(*[, include, ...])

Returns a copy of the model.

CopyPottingRegionRequest.dict(*[, include, ...])

CopyPottingRegionRequest.from_orm(obj)

CopyPottingRegionRequest.json(*[, include, ...])

CopyPottingRegionRequest.model_construct([...])

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

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

!!! abstract "Usage Documentation"

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

!!! abstract "Usage Documentation"

CopyPottingRegionRequest.model_dump_json(*)

!!! abstract "Usage Documentation"

CopyPottingRegionRequest.model_json_schema([...])

Generates a JSON schema for a model class.

CopyPottingRegionRequest.model_parametrized_name(params)

Compute the class name for parametrizations of generic classes.

CopyPottingRegionRequest.model_post_init(...)

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

CopyPottingRegionRequest.model_rebuild(*[, ...])

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

CopyPottingRegionRequest.model_validate(obj, *)

Validate a pydantic model instance.

CopyPottingRegionRequest.model_validate_json(...)

!!! abstract "Usage Documentation"

CopyPottingRegionRequest.model_validate_strings(obj, *)

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

CopyPottingRegionRequest.parse_file(path, *)

CopyPottingRegionRequest.parse_obj(obj)

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

CopyPottingRegionRequest.schema([by_alias, ...])

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

CopyPottingRegionRequest.str_validation(...)

Validate string fields listed.

CopyPottingRegionRequest.update_forward_refs(...)

CopyPottingRegionRequest.validate(value)

Attributes

CopyPottingRegionRequest.model_computed_fields

CopyPottingRegionRequest.model_config

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

CopyPottingRegionRequest.model_extra

Get extra fields set during validation.

CopyPottingRegionRequest.model_fields

CopyPottingRegionRequest.model_fields_set

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

CopyPottingRegionRequest.project

Name of the project containing the potting region(s) to be copied.

CopyPottingRegionRequest.potting_region_copy_data

Data identifying which potting regions to copy and what potting regions to copy from.