The  CopyC# structure.
CopyC# structure.
            
 CopyC#
CopyC#ListPresetsResponse
 Declaration Syntax
 Declaration Syntax| C# | 
public class ListPresetsResult
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | ListPresetsResult()()()() | Initializes a new instance of the ListPresetsResult class | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | NextPageToken | 
            Gets and sets the property NextPageToken. 
             
            A value that you use to access the second and subsequent pages of results, if any.
            When            the presets fit on one page or when you've reached the last page 
                      of results, the value of  | 
|  | Presets | 
            Gets and sets the property Presets. 
             
            An array of  | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithNextPageToken(String) | Obsolete. 
            Sets the NextPageToken property
             | 
|  | WithPresets(array<Preset>[]()[][]) | Obsolete. 
            Sets the Presets property
             | 
|  | WithPresets(IEnumerable<(Of <<'(Preset>)>>)) | Obsolete. 
            Sets the Presets property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | ListPresetsResult |