Exemplo n.º 1
0
 /// <summary>
 /// Sets the Attachment property
 /// </summary>
 /// <param name="attachment">Attachment property</param>
 /// <returns>this instance</returns>
 public AttachVolumeResult WithAttachment(Attachment attachment)
 {
     this.attachmentField = attachment;
     return this;
 }
Exemplo n.º 2
0
 /// <summary>
 /// Sets the Attachment property
 /// </summary>
 /// <param name="attachment">Attachment property</param>
 /// <returns>this instance</returns>
 public DetachVolumeResult WithAttachment(Attachment attachment)
 {
     this.attachmentField = attachment;
     return(this);
 }