DocumentsProperty
Object Hierarchy:
Description:
[
CCode ( type_id =
"gdata_documents_property_get_type ()" ) ]
[
Version ( since =
"0.17.11" ) ]
public class DocumentsProperty :
Parsable,
Comparable
All the fields in the DocumentsProperty structure are private and should never be accessed directly.
Content:
Properties:
- public string etag { get; construct; }
ETag of the property.
- public string key { owned get; set; }
The key of this property.
- public string value { get; set; }
The value of this property.
- public string visibility { get; set; }
The visibility status of this property.
Creation methods:
Methods:
- public unowned string get_etag ()
Returns the ETag of the property.
- public unowned string get_key ()
Returns the key of the property.
- public unowned string? get_value ()
Returns the value of the property.
- public unowned string get_visibility ()
Returns the visibility status of the property.
- public void set_value (string? value)
Sets
value to value, corresponding to the key.
- public void set_visibility (string visibility)
Sets
visibility to
gdata_documents_property_visibility_public for public properties and
gdata_documents_property_visibility_private for private properties (default).
Inherited Members:
All known members inherited from class GData.Parsable
All known members inherited from class GLib.Object
All known members inherited from interface GData.Comparable