Share via


RunAdditionalFieldList Struct

Definition

A list of additional fields to include in the response.

public readonly struct RunAdditionalFieldList : IEquatable<Azure.AI.Projects.RunAdditionalFieldList>
type RunAdditionalFieldList = struct
Public Structure RunAdditionalFieldList
Implements IEquatable(Of RunAdditionalFieldList)
Inheritance
RunAdditionalFieldList
Implements

Constructors

RunAdditionalFieldList(String)

Initializes a new instance of RunAdditionalFieldList.

Properties

FileSearchContents

File search result content.

Methods

Equals(RunAdditionalFieldList)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(RunAdditionalFieldList, RunAdditionalFieldList)

Determines if two RunAdditionalFieldList values are the same.

Implicit(String to RunAdditionalFieldList)

Converts a String to a RunAdditionalFieldList.

Inequality(RunAdditionalFieldList, RunAdditionalFieldList)

Determines if two RunAdditionalFieldList values are not the same.

Applies to