NAME

Net::Google::DocumentsList::Change - change object for Google Documents List Data API

SYNOPSIS

use Net::Google::DocumentsList;

my $client = Net::Google::DocumentsList->new(
    username => 'myname@gmail.com',
    password => 'p4$$w0rd'
);

my @changes = $client->changes;

DESCRIPTION

This module represents change object for Google Documents List Data API

ATTRIBUTES

updated

largest_changestamp

quota_bytes_total

quota_bytes_used

quota_bytes_used_in_trash

max_upload_size

import_format

export_format

AUTHOR

Noubo Danjou <nobuo.danjou@gmail.com>

SEE ALSO

XML::Atom

Net::Google::DataAPI

https://developers.google.com/google-apps/documents-list/

LICENSE

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.