AsObject: {
    createdOn?: google_protobuf_timestamp_pb.Timestamp.AsObject;
    fragment?: google_protobuf_struct_pb.Struct.AsObject;
    id: string;
    lastUpdated?: google_protobuf_timestamp_pb.Timestamp.AsObject;
    name: string;
    onlyUsedByOwner: boolean;
    organizationCount: number;
    organizationName: string;
    organizationOwner: string;
    pb_public: boolean;
    robotPartCount: number;
    visibility: FragmentVisibilityMap[keyof FragmentVisibilityMap];
}

Type declaration

  • Optional createdOn?: google_protobuf_timestamp_pb.Timestamp.AsObject
  • Optional fragment?: google_protobuf_struct_pb.Struct.AsObject
  • id: string
  • Optional lastUpdated?: google_protobuf_timestamp_pb.Timestamp.AsObject
  • name: string
  • onlyUsedByOwner: boolean
  • organizationCount: number
  • organizationName: string
  • organizationOwner: string
  • pb_public: boolean
  • robotPartCount: number
  • visibility: FragmentVisibilityMap[keyof FragmentVisibilityMap]

Generated using TypeDoc