YouTube Data API v3 . membershipsLevels

Instance Methods

close()

Close httplib2 connections.

list(part, x__xgafv=None)

Retrieves a list of all pricing levels offered by a creator to the fans.

Method Details

close()
Close httplib2 connections.
list(part, x__xgafv=None)
Retrieves a list of all pricing levels offered by a creator to the fans.

Args:
  part: string, The *part* parameter specifies the membershipsLevel resource parts that the API response will include. Supported values are id and snippet. (required) (repeated)
  x__xgafv: string, V1 error format.
    Allowed values
      1 - v1 error format
      2 - v2 error format

Returns:
  An object of the form:

    {
  "etag": "A String", # Etag of this resource.
  "eventId": "A String", # Serialized EventId of the request which produced this response.
  "items": [ # A list of pricing levels offered by a creator to the fans.
    { # A *membershipsLevel* resource represents an offer made by YouTube creators for their fans. Users can become members of the channel by joining one of the available levels. They will provide recurring monetary support and receives special benefits.
      "etag": "A String", # Etag of this resource.
      "id": "A String", # The ID that YouTube assigns to uniquely identify the memberships level.
      "kind": "youtube#membershipsLevel", # Identifies what kind of resource this is. Value: the fixed string "youtube#membershipsLevelListResponse".
      "snippet": { # The snippet object contains basic details about the level.
        "creatorChannelId": "A String", # The id of the channel that's offering channel memberships.
        "levelDetails": { # Details about the pricing level.
          "displayName": "A String", # The name that should be used when referring to this level.
        },
      },
    },
  ],
  "kind": "youtube#membershipsLevelListResponse", # Identifies what kind of resource this is. Value: the fixed string "youtube#membershipsLevelListResponse".
  "visitorId": "A String", # The visitorId identifies the visitor.
}