Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 668 Bytes

ProductReviewReviewerAvatarUrls.md

File metadata and controls

17 lines (12 loc) · 668 Bytes

woocommerce_client.model.ProductReviewReviewerAvatarUrls

Load the model package

import 'package:woocommerce_client/woocommerce_client.dart';

Properties

Name Type Description Notes
n24 String Avatar URL with image size of 24 pixels. [optional]
n48 String Avatar URL with image size of 48 pixels. [optional]
n96 String Avatar URL with image size of 96 pixels. [optional]

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