Пример #1
0
 public VideoRestriction(string countries, VideoRestrictionRelationship relationship)
 {
     Countries    = countries;
     Relationship = relationship;
 }
 /// <summary>
 /// Creates an instance of VideoRestriction
 /// </summary>
 /// <param name="countries">A space-delimited list of countries where the video may or may not be played.
 /// Allowed values are country codes in ISO 3166 format.</param>
 /// <param name="relationship">Specifies whether the video is restricted or permitted for the specified countries.</param>
 public VideoRestriction(string countries, VideoRestrictionRelationship relationship)
 {
     Countries = countries;
     Relationship = relationship;
 }