Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1016 Bytes

Product1ImagesInner.md

File metadata and controls

22 lines (17 loc) · 1016 Bytes

woocommerce_client.model.Product1ImagesInner

Load the model package

import 'package:woocommerce_client/woocommerce_client.dart';

Properties

Name Type Description Notes
id int Image ID. [optional]
dateCreated String The date the image was created, in the site's timezone. [optional]
dateCreatedGmt String The date the image was created, as GMT. [optional]
dateModified String The date the image was last modified, in the site's timezone. [optional]
dateModifiedGmt String The date the image was last modified, as GMT. [optional]
src String Image URL. [optional]
name String Image name. [optional]
alt String Image alternative text. [optional]

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