Interface ApiSpecExportResult
public interface ApiSpecExportResult
An immutable client-side representation of ApiSpecExportResult.
-
Method Details
-
format
ApiSpecExportResultFormat format()Gets the format property: The format of exported result.- Returns:
- the format value.
-
value
String value()Gets the value property: The result of the export operation.- Returns:
- the value value.
-
innerModel
ApiSpecExportResultInner innerModel()Gets the inner com.azure.resourcemanager.apicenter.fluent.models.ApiSpecExportResultInner object.- Returns:
- the inner object.
-