copyWith method
BodyUnshareWorkspaceResourceV1WorkspaceResourcesResourceIdUnsharePost
copyWith({
- WorkspaceResourceType? resourceType,
- dynamic userEmail,
- dynamic groupId,
- dynamic workspaceApiKeyId,
Implementation
BodyUnshareWorkspaceResourceV1WorkspaceResourcesResourceIdUnsharePost
copyWith(
{enums.WorkspaceResourceType? resourceType,
dynamic userEmail,
dynamic groupId,
dynamic workspaceApiKeyId}) {
return BodyUnshareWorkspaceResourceV1WorkspaceResourcesResourceIdUnsharePost(
resourceType: resourceType ?? this.resourceType,
userEmail: userEmail ?? this.userEmail,
groupId: groupId ?? this.groupId,
workspaceApiKeyId: workspaceApiKeyId ?? this.workspaceApiKeyId);
}