pub type WorkerResourceDescription = WorkerResourceDescription;Aliased Type§
pub struct WorkerResourceDescription {
pub created_at: Timestamp,
pub resource_owner: String,
pub resource_name: String,
}Fields§
§created_at: Timestamp§resource_owner: String§resource_name: String