[ CCode ( has_construct_function = false ) ]
public GDOrganization (string? name, string? title, string? relation_type, string? label, bool is_primary)
Creates a new GDOrganization.
More information is available in the <ulink type="http" url="http://code.google.com/apis/gdata/docs/2.0/elements.html#gdOrganization" >GData specification</ulink>.
| name |
the name of the organization, or null |
| title |
the owner's title within the organization, or null |
| relation_type |
the relationship between the organization and its owner, or null |
| label |
a human-readable label for the organization, or null |
| is_primary |
true if this organization is its owner's primary organization, false otherwise |
|
a new GDOrganization, or null; unref with unref |