YouTube Data API v3 . membershipsLevels

Instance Methods

list(part, x__xgafv=None)

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

Method Details

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

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

Returns:
  An object of the form:

    {
    "items": [ # A list of pricing levels offered by a creator to the fans.
      { # A <code><strong>membershipsLevel</strong></code> 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.
        "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
            # <code>"youtube#membershipsLevelListResponse"</code>.
        "snippet": { # The <code>snippet</code> 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.
          },
        },
        "etag": "A String", # Etag of this resource.
      },
    ],
    "visitorId": "A String", # The <code>visitorId</code> identifies the visitor.
    "etag": "A String", # Etag of this resource.
    "kind": "youtube#membershipsLevelListResponse", # Identifies what kind of resource this is. Value: the fixed string
        # <code>"youtube#membershipsLevelListResponse"</code>.
    "eventId": "A String", # Serialized EventId of the request which produced this response.
  }