Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 862 Bytes

AttachmentSpec.md

File metadata and controls

21 lines (16 loc) · 862 Bytes

halo_client.model.AttachmentSpec

Load the model package

import 'package:halo_client/api.dart';

Properties

Name Type Description Notes
displayName String Display name of attachment [optional]
groupName String Group name [optional]
mediaType String Media type of attachment [optional]
ownerName String Name of User who uploads the attachment [optional]
policyName String Policy name [optional]
size int Size of attachment. Unit is Byte [optional]
tags BuiltSet<String> Tags of attachment [optional]

[Back to Model list] [Back to API list] [Back to README]