Example #1
0
 /// <summary>
 /// Initializes a new instance of the SegmentTagsResponse class.
 /// </summary>
 public SegmentTagsResponse(SegmentTag segmentTag)
 {
     SegmentTag = segmentTag;
     CustomInit();
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="SegmentTagsResponse" /> class.
 /// </summary>
 /// <param name="segmentTag">segmentTag (required).</param>
 public SegmentTagsResponse(SegmentTag segmentTag = default(SegmentTag))
 {
     // to ensure "segmentTag" is required (not null)
     this.SegmentTag = segmentTag ?? throw new ArgumentNullException("segmentTag is a required property for SegmentTagsResponse and cannot be null");;
 }