HostedFileContent constructor
HostedFileContent({
- required String fileId,
- String? mediaType,
- String? name,
- Object? rawRepresentation,
- AdditionalPropertiesDictionary? additionalProperties,
Creates a new HostedFileContent.
Implementation
HostedFileContent({
required this.fileId,
this.mediaType,
this.name,
super.rawRepresentation,
super.additionalProperties,
});