name property
Output only. The resource name of the execute. Format:
projects/{project_id}/locations/{location}/executions/{execution_id}
Implementation
@$pb.TagNumber(2)
$core.String get name => $_getSZ(1);
Implementation
@$pb.TagNumber(2)
set name($core.String v) { $_setString(1, v); }