Gjsify LogoGjsify Logo

Hierarchy

Index

Properties

album_id?: string

The ID of the album. This is a substring of the ID returned by gdata_entry_get_id() for #GDataPicasaWebAlbums; for example, if gdata_entry_get_id() returned "http://picasaweb.google.com/data/entry/user/libgdata.picasaweb/albumid/5328889949261497249" for a particular #GDataPicasaWebAlbum, the #GDataPicasaWebAlbum:album-id property would be "5328889949261497249".

For more information, see the gphoto specification.

constructed_from_xml?: boolean

Specifies whether the object was constructed by parsing XML or manually.

content?: string

The content of the entry. This is mutually exclusive with #GDataEntry:content.

For more information, see the Atom specification.

content_uri?: string

A URI pointing to the location of the content of the entry. This is mutually exclusive with #GDataEntry:content.

For more information, see the Atom specification.

etag?: string

An identifier for a particular version of the entry. This changes every time the entry on the server changes, and can be used for conditional retrieval and locking.

For more information, see the GData specification.

id?: string

A permanent, universally unique identifier for the entry, in IRI form. This is %NULL for new entries (i.e. ones which haven't yet been inserted on the server, created with gdata_entry_new()), and a non-empty IRI string for all other entries.

For more information, see the Atom specification.

is_commenting_enabled?: boolean
latitude?: number

The location as a latitude coordinate associated with this album. Valid latitudes range from -90.0 to 90.0 inclusive.

For more information, see the GeoRSS specification.

location?: string

The user-specified location associated with the album. A place name.

For more information, see the gphoto specification.

longitude?: number

The location as a longitude coordinate associated with this album. Valid longitudes range from -180.0 to 180.0 inclusive.

For more information, see the GeoRSS specification.

rights?: string

The ownership rights pertaining to the entry.

For more information, see the Atom specification.

summary?: string

A short summary, abstract, or excerpt of the entry.

For more information, see the Atom specification.

tags?: string[]

A %NULL-terminated array of tags associated with the album; all the tags associated with the individual photos in the album.

For more information, see the Media RSS specification.

timestamp?: number

The timestamp of when the album occurred, settable by the user. This a UNIX timestamp in milliseconds (not seconds) since the epoch.

For more information, see the gphoto specification.

title?: string

A human-readable title for the entry.

For more information, see the Atom specification.

visibility?: PicasaWebVisibility

The visibility (or access rights) of the album.

For more information, see the gphoto specification.

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method