type: object
description: >-
  YouTube Gender dimension modeled as an aggregate metric exposing authenticated view percentages by gender.
nullable: true
properties:
  female:
    $ref: '../properties/number_authed_views_percentage.yaml'
  male:
    $ref: '../properties/number_authed_views_percentage.yaml'
  unknown:
    $ref: '../properties/number_authed_views_percentage.yaml'