network property

String? network
getter/setter pair

The network to target.

Optional. Possible string values are:

  • "PLANNABLE_NETWORK_UNSPECIFIED" : Not specified.
  • "PLANNABLE_NETWORK_YOUTUBE" : YouTube.
  • "PLANNABLE_NETWORK_GOOGLE_VIDEO_PARTNERS" : Google Video Partners.
  • "PLANNABLE_NETWORK_YOUTUBE_AND_GOOGLE_VIDEO_PARTNERS" : YouTube and Google Video Partners.

Implementation

core.String? network;