copyWith method
Implementation
BodyUpdateDocumentV1ConvaiKnowledgeBaseDocumentationIdPatch copyWith(
{String? name}) {
return BodyUpdateDocumentV1ConvaiKnowledgeBaseDocumentationIdPatch(
name: name ?? this.name);
}
BodyUpdateDocumentV1ConvaiKnowledgeBaseDocumentationIdPatch copyWith(
{String? name}) {
return BodyUpdateDocumentV1ConvaiKnowledgeBaseDocumentationIdPatch(
name: name ?? this.name);
}