UpdateCachedContentRequest constructor

UpdateCachedContentRequest({
  1. required CachedContent? cachedContent,
  2. FieldMask? updateMask,
})

Implementation

UpdateCachedContentRequest({required this.cachedContent, this.updateMask})
  : super(fullyQualifiedName);