public interface com.microsoft.azure.management.resources.ResourceGroupExportResult extends com.microsoft.azure.management.resources.fluentcore.model.HasInner<com.microsoft.azure.management.resources.implementation.ResourceGroupExportResultInner>
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.microsoft.azure.management.resources.ResourceGroupExportResult
  super_class: java.lang.Object
{
  public abstract java.lang.Object template();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract java.lang.String templateJson();
    descriptor: ()Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract com.microsoft.azure.management.resources.ErrorResponse error();
    descriptor: ()Lcom/microsoft/azure/management/resources/ErrorResponse;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
Signature: Ljava/lang/Object;Lcom/microsoft/azure/management/resources/fluentcore/model/HasInner<Lcom/microsoft/azure/management/resources/implementation/ResourceGroupExportResultInner;>;
SourceFile: "ResourceGroupExportResult.java"
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.Fluent()