Smartsheet.Api.Models.SheetEmail.CreateSheetEmail.SetFormatDetails C# (CSharp) Method

SetFormatDetails() public method

Sets the format details of the SheetEmail.
public SetFormatDetails ( FormatDetails formatDetails ) : CreateSheetEmail
formatDetails FormatDetails the format details
return CreateSheetEmail
            public CreateSheetEmail SetFormatDetails(FormatDetails formatDetails)
            {
                this.formatDetails = formatDetails;
                return this;
            }