GData.MediaCredit¶
- Subclasses:
Methods¶
- Inherited:
- Structs:
|
|
|
|
|
Virtual Methods¶
- Inherited:
Properties¶
- Inherited:
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r |
The credited entity’s name. |
||
r |
The role the credited entity played in the production of the media. |
||
r |
A URI that identifies the role scheme. |
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
parent |
r |
Class Details¶
- class GData.MediaCredit(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
All the fields in the
GData.MediaCredit
structure are private and should never be accessed directly.- get_credit()¶
- Returns:
the name of the credited entity
- Return type:
Gets the
GData.MediaCredit
:credit
property.New in version 0.4.0.
- get_role()¶
-
Gets the
GData.MediaCredit
:role
property.New in version 0.4.0.
- get_scheme()¶
-
Gets the
GData.MediaCredit
:scheme
property.New in version 0.4.0.
Property Details¶
- GData.MediaCredit.props.credit¶
-
The credited entity’s name.
For more information, see the Media RSS specification.
New in version 0.4.0.
- GData.MediaCredit.props.role¶
-
The role the credited entity played in the production of the media.
For more information, see the Media RSS specification.
New in version 0.4.0.
- GData.MediaCredit.props.scheme¶
-
A URI that identifies the role scheme.
For more information, see the Media RSS specification.
New in version 0.4.0.