Share via


RunAdditionalFieldList Struct

Definition

A list of additional fields to include in the response.

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

Constructors

Name Description
RunAdditionalFieldList(String)

Initializes a new instance of RunAdditionalFieldList.

Properties

Name Description
FileSearchContents

File search result content.

Methods

Name Description
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

Name Description
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