PatchedProjectUpdate class
Constructors
-
PatchedProjectUpdate({String? name, String? description, String? website, bool? gallery, bool? translationsDe, bool? translationsEn, bool? translationsFr, bool? translationsIt, bool? backlinkUrls, Map<String, Object>? arbuttonConfig = const {}})
-
Returns a new PatchedProjectUpdate instance.
Properties
-
arbuttonConfig
↔ Map<String, Object>?
-
getter/setter pair
-
backlinkUrls
↔ bool?
-
Enable urls to the product on your site. Required when using standalone QR codes (e.g. Print).
getter/setter pair
-
description
↔ String?
-
getter/setter pair
-
gallery
↔ bool?
-
Activates a publicly available gallery with all project models in state READY or ONLINE.
getter/setter pair
-
hashCode
→ int
-
The hash code for this object.
no setteroverride
-
name
↔ String?
-
Name will be visible as title in gallery.
getter/setter pair
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
translationsDe
↔ bool?
-
Please note: This property should have been non-nullable! Since the specification file
does not include a default value (using the "default:" property), however, the generated
source code must fall back to having a nullable type.
Consider adding a "default:" property in the specification file to hide this note.
getter/setter pair
-
translationsEn
↔ bool?
-
Please note: This property should have been non-nullable! Since the specification file
does not include a default value (using the "default:" property), however, the generated
source code must fall back to having a nullable type.
Consider adding a "default:" property in the specification file to hide this note.
getter/setter pair
-
translationsFr
↔ bool?
-
Please note: This property should have been non-nullable! Since the specification file
does not include a default value (using the "default:" property), however, the generated
source code must fall back to having a nullable type.
Consider adding a "default:" property in the specification file to hide this note.
getter/setter pair
-
translationsIt
↔ bool?
-
Please note: This property should have been non-nullable! Since the specification file
does not include a default value (using the "default:" property), however, the generated
source code must fall back to having a nullable type.
Consider adding a "default:" property in the specification file to hide this note.
getter/setter pair
-
website
↔ String?
-
getter/setter pair